View Single Post
  #10  
Old 06-26-2010, 03:11 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

You are better off loading mysql from the directory where the .sql is located.

C:\>cd t
C:\t\>mysql -uroot -psomepass peq
mysql>source load_player.sql;
Reply With Quote