Commit 5d3648c2 authored by tywldx's avatar tywldx

fix

parent ee6d93a3
...@@ -61,7 +61,7 @@ module.exports = { ...@@ -61,7 +61,7 @@ module.exports = {
get_mysql_dump_opt:function(key){ get_mysql_dump_opt:function(key){
let item = this.dbs[key]; let item = this.dbs[key];
return `--host=${item.host} --port=${item.port} --user=${item.user} --password='${item.pwd}' ${key} ` return `--host=${item.host} --port=${item.port} --user=${item.user} --password='${item.pwd}' ${key} `
} },
get_mysql_dump_table:function(key){ get_mysql_dump_table:function(key){
let item = this.dbs[key]; let item = this.dbs[key];
return `${item.sys_table_list}` return `${item.sys_table_list}`
......
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