My database is clean and my server setup is fine. I've also linked apache/php/phpmyadmin so that I can use either phpmyadmin to manage my databases in a UI or access it directly from the console.
Quoting from my post on the projecteq forum:
Quote:
I'm having trouble sourcing in the database from the CVS. I tried to source load_player.sql in the mysql console and phpmyadmin, which failed with this error:
Quote:
Error
SQL query:
source aa_timers.sql;
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 'source aa_timers.sql' at line 1
|
I don't think it understands the list of "source .. file.sql" inside of another .sql file.
|
This is what happens when I try to read in load_player.sql. "source aa_timers.sql;" is the first line of this file.