Commit bed103d9 authored by tywldx's avatar tywldx

test

parent 0c32cbd9
......@@ -60,7 +60,7 @@ module.exports = {
},
get_mysql_dump_command:function(key){
let item = this.dbs[key];
return `mysqldump --host=${item.host} --port=${item.port} --user=${item.user} --password="${item.pwd}" ${key} --skip-lock-tables --tables ${item.sys_table_list}`
return `--host=${item.host} --port=${item.port} --user=${item.user} --password='${item.pwd}' ${key} --skip-lock-tables --tables ${item.sys_table_list}`
},
get_target_mysql_command:function(key){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment