Home > Database > Mysql Tutorial > MySQL 有没有较的数据备份方案.

MySQL 有没有较的数据备份方案.

WBOY
Release: 2016-06-07 16:37:30
Original
938 people have browsed it

项目做到这个点.感觉mysql自带的mysqldump 备份数据不太适合. 所以在网上找了一些方案: 1,mysqldump 2,mysqlhotcopy 3,准备一台从服务器,开启日志同步功能,专门做备份(master-slave方式 还有一种是使用软件: Xtrabackup备份MySQL数据库 不知道群里有没有

项目做到这个点.感觉mysql自带的mysqldump 备份数据不太适合.
所以在网上找了一些方案:

1,mysqldump

2,mysqlhotcopy

3,准备一台从服务器,开启日志同步功能,专门做备份(master-slave方式

还有一种是使用软件: Xtrabackup备份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