If you can't find it it's either (a) Not in your mysql\bin folder (same folder as mysql.exe) or (b) You're typing the wrong filename.
Rename it to "a.sql" (can't be more simple than that), copy it to C:\mysql\bin (or whatever you have), than Strat => Run => cmd (Check to see it's pointing to bin directory - if not cd to it) and type in this into the mysql window:
mysql -u root -b eq
source a.sql;
exit;
If you still cant get this to work download Mysql front and right click on your EQ database, choose Import => From file and then source it that way.
|