We can't backup our Mysql DB. We have it under windows 2003.
It's mysql 5.1
So when we start dumping, the service stop after 3-4 sec.
The database work and the site it power work fine.
We need to move this DB to another server.
Thanks for any help
|
We can't backup our Mysql DB. We have it under windows 2003. It's mysql 5.1 So when we start dumping, the service stop after 3-4 sec. The database work and the site it power work fine. We need to move this DB to another server. Thanks for any help | |||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
you can use another way of backup as a workaround solution. you can use raw backup if it is MyISAM. just copy the data folder from old server to the new server. | |||
feedback
|