Your database user has limited access
-
how to fix this problem ?
Unexpected database error.<br><br>Try to repair database<br><br>Your database user has limited access and isn’t able to run DROP or ALTER database commands. Contact your server host and ask them to fix this for you!<br><br><b>Duplicate key name ‘application'</b><br>ALTER TABLE
ps_nextend2_section_storage
ADD INDEXapplication
(application
,section
(50),referencekey
(50))CREATE TABLE
xxxx_nextend2_smartslider3_slides` (
id
int(11) NOT NULL AUTO_INCREMENT,
title
varchar(200) NOT NULL,
slider
int(11) NOT NULL,
publish_up
datetime /* mariadb-5.3 */ NOT NULL DEFAULT ‘1970-01-01 00:00:00’,
publish_down
datetime /* mariadb-5.3 */ NOT NULL DEFAULT ‘1970-01-01 00:00:00’,
published
tinyint(1) NOT NULL,
first
int(11) NOT NULL,
slide
longtext DEFAULT NULL,
description
text NOT NULL,
thumbnail
varchar(255) NOT NULL,
params
text NOT NULL,
ordering
int(11) NOT NULL,
generator_id
int(11) NOT NULL,
PRIMARY KEY (id
),
KEYpublished
(published
),
KEYpublish_up
(publish_up
),
KEYpublish_down
(publish_down
),
KEYgenerator_id
(generator_id
),
KEYordering
(ordering
),
KEYslider
(slider
),
KEYthumbnail
(thumbnail
(100))
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci`
- The topic ‘Your database user has limited access’ is closed to new replies.