sh 带有host和gz的mysqldump命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 带有host和gz的mysqldump命令相关的知识,希望对你有一定的参考价值。

# Taking a mysqldump with single transation:

# standard
mysqldump --single-transaction -u root -proot bettys_local > bak_060618.sql.gz

# with host
mysqldump --single-transaction -h 127.0.0.1 -u root -proot bettys_local > bak_060618_1.sql.gz

# with gz and host
mysqldump --single-transaction -h 127.0.0.1 -u root -proot bettys_local | gzip > bak_060618_11.sql.gz

# Note about host
# where a database is using a specific ip other then local ie and external one the you need to get
# the ip for the database from the etc/local.xml on the server

以上是关于sh 带有host和gz的mysqldump命令的主要内容,如果未能解决你的问题,请参考以下文章

mysqldump + gzip 制作 0 字节 gz 文件

[mysqldump + gzip制作0字节的gz文件

MySQL mysqldump + mysqlbinlog 备份和还原

将日期添加到 mysqldump 命令

mysqldump命令的小细节

mysqldump命令之常用选项