Recommendable Hot Backup System for MySQL?

浪尽此生 提交于 2019-12-07 11:00:54

问题


I am looking for a hot backup system for mysql databases? I like to ask you for experiences and expertise.


回答1:


I know InnoDB hot backup but works just for InnoDB

http://www.innodb.com/products/hot-backup/




回答2:


So the place you want to look for good solutions to MySQL issues is Mysql Performance Blog/Percona. Specifically, what you want to do is use their XtraBackup, which fixes a number of issues that occur with InnoDBs hot backup. You'd be well served to use their patched server with their InnoDB replacement XtraDB.

They integrate a number of third party patches for MySQL, including their own and Google's, and have enhanced the InnoDB storage engine with fixes, enhancements and better logging. Additionally, Percona sponsors a fantastic toolbox for MySQL called Maatkit, which gives some components to help you with backups and integrity checks.




回答3:


I use the MySQL GUI Administrator Tool. It has a backup tool, which you can use to schedule daily backups through windows. You can create different backup projects, schedule the backups, and control how the backup runs and the type of output file it creates.

I've always found it reliable, and the other tools bundled with it are also useful for basic database administration.



来源:https://stackoverflow.com/questions/782826/recommendable-hot-backup-system-for-mysql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!