Thread
:
mysql 'Failed to open file 'db.sql', error: 2' please help!
View Single Post
#
2
12-15-2003, 06:31 AM
Conan
Hill Giant
Join Date: Oct 2003
Posts: 145
When you are sourceing a file into mysql you must be in the directory that the file resides in.
cd\mysql\bin
mysql -u root mysql
use databasenamehere;
source db.sql
Conan
View Public Profile
Send a private message to Conan
Find all posts by Conan