View Single Post
  #8  
Old 11-15-2010, 10:12 AM
Chanus
Hill Giant
 
Join Date: Oct 2010
Posts: 123
Default

I'm having a similar problem. The database loaded just fine, but when I try

mysql> source load_player.sql;

I get:

ERROR:
Failed to open file 'load_player.sql', error: 2

and if I try"

mysql> source e:/peqdatabase/load_player.sql;

I get:

ERROR:
Failed to open file 'player_tables\aa_timers.sql', error: 2
(... same error for every file in the player_tables directory)

All the files it gives an error for are in the directory, so I'm not really sure what would be going wrong.
Reply With Quote