mysqldump -ujason -p"123456ABcd" -h127.0.0.1 --databases hive --tables test1 test2 test3 | mysql web_app -u xx -p"123456" -hrm-bp1282z57vxxxxxxwo.mysql.rds.aliyuncs.com
把本机自建mysql数据库的 hive库的 test1、 test2、 test3表 同步到
RDS rm-bp1282z57vxxxxxxwo.mysql.rds.aliyuncs.com 的web_app库