mysql导入source注意点

  mysql的导入导出要注意字符集,防止查询乱码!

导入前设置字符集

set names utf8; //导入指定编码
source /xxx.sql
commit;

posted @ 2018-10-15 23:49  mvpbang  阅读(3391)  评论(0编辑  收藏  举报