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