1.导出数据:
mysql -h****** -uacorn -p***** -Dscrat -e " select * from table " > ******.txt
2.导入数据
mysql -h****** -uacorn -p***** -Dscrat -e "load data local infile '/home/acorn/acorn/forum_member.txt' into table acorn_forum_biz";
从客户端导入数据必须是 load data local infile