Quote:
Originally Posted by Dayhawk
I have been trying for over an hour and ahalf trying to figure out the issue here. I got the DB to source without an issue but when it comes to load_player.sql it wont happen. Here is a clipit of what is happening...
--------------
ERROR:
Unknown command '\l'.
-> source c:\peqdb\peqdatabase\load_player.sql;
--------------
C:eqdbeqdatabase\load_player.sql
source c:
--------------
--------------
C:eqdbeqdatabase\load_player.sql
source c:eqdb
--------------
ERROR:
Unknown command '\l'.
ERROR 1064 (42000): 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 'C:eqd
beqdatabase\load_player.sql
source c:eqdbeqdatabase\load_player.sql' at line 1
mysql>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please if you could post a detailed description on the fix. Thank you.
Dayhawk~
|
You have to put the load player folder in the same directory in which you execute the .sql
Make sure you have a database created and have the database selected.
run the command as source directorypath\load_player.sql; <---- semi-colon