2019年7月1日

摘要: 执行入口: sh sync_mysql_tb.sh $src_table $target_table sync_mysql_tb.sh同步脚本的内容: !/bin/bash src_tb=$1 target_tb=$2 从src_tb导出数据 mysqldump uroot p123456 data 阅读全文

posted @ 2019-07-01 17:38 jackley 阅读(2729) 评论(0) 推荐(0)