PDA

View Full Version : Cant load db.sql! =(


Lame_duck
02-23-2002, 08:32 PM
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5 to server version: 3.23.49-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use eq
Database changed
mysql> source db.sql
ERROR:
Failed to open file 'db.sql', error: 2
mysql>

all of that after i closed the mysqladmin thing and made eq database =( ive tried several times my os is XP please help

this happened when i was following the windows_install thing in the emu zip file =(

Trumpcard
02-24-2002, 12:33 AM
did you my sql from the same directory that file is located? If not, either cd there and run mysql, or give the full path to the file
ie 'source c:\emqemu\db.sql'

Nada
02-24-2002, 03:54 AM
Make sure db.sql is located in the mysql/bin folder.

magnav0x
02-26-2002, 02:54 PM
Yes copy db.sql from c:\eqemu to c:\mysql\bin then at that point run mysql, use eq, source db.sql

Should give you no problems at all.

Lame_duck
02-26-2002, 08:35 PM
really appreciate all the help =)