|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
How do I recover a mysqldump file in the windows version of Mysql?
I know that on a Linux machine I just do a cat backup.sql | mysql -u root -p dbname What would the equivalent be for windows? Would I be doing it in DOS or in mysql? |
|
#2
|
|||
|
|||
|
It's not all that different. Just do
c:mysqlbin>mysql -u -p dbname < backup.sql and mysql will execute all the sql statements in the dump file. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Mysqldump recovery in Windows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|