Thread
:
restoring a sql dump?
View Single Post
#
2
03-27-2007, 10:51 AM
Terrell
Senior Member
Join Date: Aug 2006
Posts: 108
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power:
18
Re: restoring a sql dump?
Use the mysql command line utility to load the file:
mysql -h localhost -u root -p dbname < backup.sql
Enter password: ********
-- This message may have been cut off and the rest will only be shown to members. To become a member,
click here
--
Terrell
View Public Profile
Send a private message to Terrell
Find all posts by Terrell
Webmaster Forums - View Single Post - restoring a sql dump?
Thread
:
restoring a sql dump?
View Single Post
#
2
03-27-2007, 10:51 AM
Terrell
Senior Member
Join Date: Aug 2006
Posts: 108
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power:
18
Re: restoring a sql dump?
Use the mysql command line utility to load the file:
mysql -h localhost -u root -p dbname < backup.sql
Enter password: ********
-- This message may have been cut off and the rest will only be shown to members. To become a member,
click here
--
Terrell
View Public Profile
Send a private message to Terrell
Find all posts by Terrell