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.
|