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

Forgotten.sql Error(s)

Cm Himen

flesh,no-ip.org
Joined
Sep 22, 2007
Messages
254
Reaction score
1
Location
United States
Maybe someone can help me


Error

SQL query:

DELIMITER | CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `account` = OLD.`id` ;

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 'DELIMITER |

CREATE TRIGGER `ondelete_accounts`
BEFORE DELETE
ON `accounts`
FOR ' at line 1


im getting this code when i import it im getting several form the forgotten.sql

no ones helped me yet ive had 3 people post saying look more into the thread... no one knows how to fix this? then why is it the .sql file
 
Back
Top