mysql 导入设置字符集

mysql -u root --default-character-set=utf8 xxxx_data < C:\db\xxxx_data.sql
原文地址:https://www.cnblogs.com/xh831213/p/2428879.html