I got an error while I was importing the SQL file to my database.
This is a picture:
And this is in text:
I hope someone can help me, thank you.

This is a picture:
And this is in text:
Code:
[B]Error[/B]
[U]SQL query:[/U]
DELIMITER | CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `account` = OLD.`id` ;
[B]MySQL said:[/B] 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 |
[B]CREATE TRIGGER `ondelete_accounts`
BEFORE DELETE
ON `accounts`
' at line 1[/B]
I hope someone can help me, thank you.