[i][b]本文为firedragonpzy原创,转载务必在明显处注明:
转载自【Softeware MyZone】原文链接: http://www.firedragonpzy.com.cn/index.php/archives/571[/b][/i]
转载自【Softeware MyZone】原文链接: http://www.firedragonpzy.com.cn/index.php/archives/571[/b][/i]
1 create database mydb
2 use mydb
3 查看字符编码:show variables like 'collantion_%'
4 修改字符编码:set names utf8;(utf8_general_ci)
5 source 路径 :导入