SA-MP Forums Archive
MYSQL Problem!! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MYSQL Problem!! (/showthread.php?tid=366285)



MYSQL Problem!! - sampmark05 - 05.08.2012

When i upload my MYSQL Database in phpmyadmin this error showing up.

DROP TRIGGER IF EXISTS `accounts_insert` ;

MySQL said: Documentation
#1227 - Access denied; you need the SUPER privilege for this operation


Re: MYSQL Problem!! - FalconX - 05.08.2012

Quote:
Originally Posted by sampmark05
Посмотреть сообщение
When i upload my MYSQL Database in phpmyadmin this error showing up.

DROP TRIGGER IF EXISTS `accounts_insert` ;

MySQL said: Documentation
#1227 - Access denied; you need the SUPER privilege for this operation
Well, you need to have full privileges for those operations on your account. I recommend you to contact your hosting provider to fix it or if you are using cPanel's MySQL database then you gotta select all the privileges on when you create a user for it.

Regards,
FalconX


Re: MYSQL Problem!! - sampmark05 - 05.08.2012

K Thanks +REP