-d, --directory 备份文件的目录 -q, --queries-per-transaction 每次事务执行的查询数量,默认是1000 -o, --overwrite-tables 如果要恢复的表存在,则先drop掉该表,使用该参数,需要备份时候要备份表结构 -B, --database An alternative database to restore into -s, --source-db Database to restore -e, --enable-binlog 启用还原数据的二进制日志 -h, --host 主机名 -u, --user 用户名 -p, --password 密码 -P, --port 端口 -S, --socket 套接字文件 -t, --threads 开启的线程数,默认是4 -C, --compress-protocol Use compression on the MySQL connection -V, --version 显示版本并退出 -v, --verbose 输出模式, 0 = silent, 1 = errors, 2 = warnings, 3 = info, 默认为2