Home > Database > Mysql Tutorial > MySQL(MyISAM)备份方案:AutoMySQLBackup

MySQL(MyISAM)备份方案:AutoMySQLBackup

WBOY
Release: 2016-06-07 16:36:28
Original
1141 people have browsed it

AutoMySQLBackup是轻量级的mysql备份工具,数据量不大,MyISAM用用很好。 AutoMySQLBackup项目页?http://sourceforge.net/projects/automysqlbackup/ mkdir AutoMySQLBackupcd AutoMySQLBackup/wget -c "http://nchc.dl.sourceforge.net/project/automysqlba

AutoMySQLBackup是轻量级的mysql备份工具,数据量不大,MyISAM用用很好。

AutoMySQLBackup项目页?http://sourceforge.net/projects/automysqlbackup/

 mkdir AutoMySQLBackup
cd AutoMySQLBackup/
wget -c "http://nchc.dl.sourceforge.net/project/automysqlbackup/AutoMySQLBackup/AutoMySQLBackup%20VER%203.0/automysqlbackup-v3.0_rc6.tar.gz"
tar zxvf automysqlbackup-v3.0_rc6.tar.gz
chmod +x install.sh
sh install.sh
#全部默认配置
cd /etc/automysqlbackup/
vi automysqlbackup.conf #修改里面的配置
crontab -e
#设定每日凌晨3:00执行
0 3 * * * /usr/local/bin/automysqlbackup
Copy after login

btw:这货实际上是使用的mysqldump,如果你是innodb,那么推荐用Xtrabackup,当然还非常推荐,无痛使用Percona mysql。

无觅相关文章插件,快速提升流量

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template