View Single Post
  #12  
Old 11-17-2010, 11:47 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by Dayhawk View Post
Akk,

After moving the Player_Tables folder to "bin" in the Mysql folder along with load_player.sql then rebooting CMD, I slected the database that i created "peq" and typed:

source load_player.sql

Still recieving error 2.
Need a semi colon after your command, for some reason it's picky about it.

source load_player.sql;
Reply With Quote