myloader --help Usage: myloader [OPTION...] multi-threaded MySQL loader Help Options: -?, --help Show help options Application Options: -d, --directory Directory of the dump to import以前備份好的如今須要導入的文件夾 -q, --queries-per-transaction Number of queries per transaction, default 1000每次事物執行的查詢數量,默認是1000 -o, --overwrite-tables Drop tables if they already exist若是要恢復的表存在,則先drop掉該表,使用該參數,須要備份時候要備份表結構 -B, --database An alternative database to restore into還原到指定的數據庫 -s, --source-db Database to restore選擇被還原的數據庫,將這個數據庫數據還原到--database指定的數據庫裏 -e, --enable-binlog Enable binary logging of the restore data啓用還原數據的二進制日誌 -h, --host 鏈接的主機名 -u, --user 用來備份的用戶名 -p, --password 用戶密碼 -P, --port 鏈接端口 -S, --socket 使用socket通訊時的socket文件 -t, --threads 開啓的備份線程數,默認是4 -C, --compress-protocol 壓縮與mysql通訊的數據 -V, --version 顯示版本號 -v, --verbose 輸出信息模式, 0 = silent, 1 = errors, 2 = warnings, 3 = info, 默認爲2