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_storageADD INDEXapplication(application,section(50),referencekey(50))CREATE TABLExxxx_nextend2_smartslider3_slides` (
idint(11) NOT NULL AUTO_INCREMENT,
titlevarchar(200) NOT NULL,
sliderint(11) NOT NULL,
publish_updatetime /* mariadb-5.3 */ NOT NULL DEFAULT ‘1970-01-01 00:00:00’,
publish_downdatetime /* mariadb-5.3 */ NOT NULL DEFAULT ‘1970-01-01 00:00:00’,
publishedtinyint(1) NOT NULL,
firstint(11) NOT NULL,
slidelongtext DEFAULT NULL,
descriptiontext NOT NULL,
thumbnailvarchar(255) NOT NULL,
paramstext NOT NULL,
orderingint(11) NOT NULL,
generator_idint(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.