摘要: 参数参数说明--all-databases , -A导出全部数据库。mysqldump -uroot -p --all-databases--all-tablespaces , -Y导出全部表空间。mysqldump -uroot -p --all-databases --all-tablespaces--no-tablespaces , -y不导出任何表空间信息。mysqldump -uroot -p --all-databases --no-tablespaces--add-drop-database每个数据库创建之前添加drop数据库语句。mysqldump -uroot -p --al 阅读全文
posted @ 2012-07-18 17:56 uber_niello 阅读(281) 评论(0) 推荐(0)
摘要: -?, --helpDisplay this help and exit.--base64-output[=name]Determine when the output statements should be base64-encoded BINLOG statements: 'never' disables it and works only for binlogs without row-based events; 'decode-rows' decodes row events into commented SQL statements if the - 阅读全文
posted @ 2012-07-18 17:55 uber_niello 阅读(629) 评论(0) 推荐(0)