Mysql导出.sql

mysqldump -uroot -p123456 db1 [table1] > C:\aa.sql

导入见MySQL(一)

原文地址:https://www.cnblogs.com/frostbelt/p/1763138.html