View Single Post
  #111  
Old 04-15-2004, 09:51 PM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

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

kRPG Profile
Reply With Quote