Grehy
Killroy
I dumped my database (made a back-up rather, with MySQL Admin), and this is the error I get when I try to import it;
Whats wrong?
Edit: Fixed, needed to use the program to restore it.
SQL query:
/*!40000 ALTER TABLE `accounts` ENABLE KEYS */;
--
-- Definition of trigger `ondelete_accounts`
--
DROP TRIGGER/*!50030 IF EXISTS */ `ondelete_accounts` ;
MySQL said: Documentation
#1360 - Trigger does not exist
Whats wrong?
Edit: Fixed, needed to use the program to restore it.