开发者

mysql auto backup on windows

开发者 https://www.devze.com 2023-03-03 02:42 出处:网络
Is there any software or tools that can regular auto backup my开发者_JAVA技巧sql database every few hours?

Is there any software or tools that can regular auto backup my开发者_JAVA技巧sql database every few hours?

It should backup on local hardisk and also to a different server via FTP?

Im using mySQL (Wamp) on Windows.

What about backup websites regular?


You could use windows own scheduler and have that fire mysqldump. You could see this blogpost for inspiration.

0

精彩评论

暂无评论...
验证码 换一张
取 消