View Single Post
  #2  
Old 03-27-2007, 10:51 AM
Terrell Terrell is offline
Senior Member
 
Join Date: Aug 2006
Posts: 108
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 18
Terrell is on a distinguished road
Default 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 --
Reply With Quote
  Webmaster Forums - View Single Post - restoring a sql dump?
View Single Post
  #2  
Old 03-27-2007, 10:51 AM
Terrell Terrell is offline
Senior Member
 
Join Date: Aug 2006
Posts: 108
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 18
Terrell is on a distinguished road
Default 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 --
Reply With Quote