• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

SQL import error

gatsu

New Member
Joined
Jul 23, 2007
Messages
104
Reaction score
0
Location
Sweden/Uppsala
Hi!

I am getting this error when I am trying to import the .sql to my database. What is wrong?
The webhost support told me that there is something in the code that dont work and that its the "DROP TRIGGER IF EXISTS `oncreate_players` ;" part.

How can this be fixed?


SQL-fråga:

DROP TRIGGER IF EXISTS `oncreate_players` ;

MySQL sa: Dokumentation
#1227 - Access denied; you need the SUPER privilege for this operation
 
Hey, I have phpMyAdmin 2.11.+ I followed the tutorial on updating phpymyadmin, and I have read lots of tutorials and I still have this problem:

Error

SQL query:

DROP TRIGGER IF EXISTS `oncreate_players` ;

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IF EXISTS `oncreate_players`' at line 1

I also tried importing via cmd and it didn't work.

Any help is really appreciated, thanks
 
Back
Top