Script line: 212319 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 'ALTER TABLE `spawns` ENABLE KEYS */' at line 220
I get that when I execute my .sql file
Printable View
Script line: 212319 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 'ALTER TABLE `spawns` ENABLE KEYS */' at line 220
I get that when I execute my .sql file
Anyone know what it could be?
I've had the issue. Google it / search RZ, there's a fix.
At line 220, remove */ after ENABLE_KEYS
For startes, post the error
Script line: 212319 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 'ALTER TABLE `spawns` ENABLE KEYS */' at line 220
That is the error.
Remove the */ from the script you are trying to execute...?