Commit a72e1c5b authored by tywldx's avatar tywldx

f

parent 562a3854
...@@ -60,7 +60,7 @@ module.exports = { ...@@ -60,7 +60,7 @@ module.exports = {
}, },
get_mysql_dump_command:function(key){ get_mysql_dump_command:function(key){
let item = this.dbs[key]; let item = this.dbs[key];
return `mysqldump --host=${item.host} --port=${item.port} --user=${item.user} --password="${item.pwd}" ${key} ${item.sys_table_list}` return `mysqldump --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){ 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