PDA

View Full Version : SQL syntax error on SQL import


Markhor
04-10-2010, 04:21 PM
Ok so i'm setting up a private server for myself for now. problem is I get this message.

Query:
source player_tables/aa_timers.sql

Error occured at:2010-04-10 16:18:48
Line no.:1
Error Code: 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 'source player_tables/aa_timers.sql' at line 1

so. I just used SVN to update it and on loading load_players.sql it gives this and says it failed.
This is of course using SQLYOG. I don't have the patience to do it on command line.
what's wrong..?
MySQL version is 5.0...like the guide said.

Derision
04-10-2010, 04:47 PM
This is of course using SQLYOG. I don't have the patience to do it on command line.
what's wrong..?


Try it via the command line and see if it works ?

I don't have the patience to install SQLYOG, as it works fine for me via the mysql command line tool.