View Single Post
  #8  
Old 05-25-2007, 04:31 PM
Ropethunder
Fire Beetle
 
Join Date: Apr 2007
Posts: 16
Default

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.

Last edited by Ropethunder; 05-26-2007 at 12:33 AM..
Reply With Quote