• 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!

MySQL Error (forgottenserver.sql)

Alucardz

New Member
Joined
Aug 24, 2008
Messages
32
Reaction score
0
Using the forgottenserver.sql from The Forgotten Server 0.2 I get this error message:
#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 'DELIMITER |

CREATE TRIGGER `ondelete_accounts`
BEFORE DELETE
ON `accounts`
' at line 1
 
Well, you are importing a file that says "delete a file" but that file does not exist, so your phpmyadmin is telling you : "create that file before deleting it".
 
Lol, installed latest version of phpMyAdmin and guess what, it won't work because I for some reason can't change PHP version to 5.2 xd
 
Back
Top