mysql命令导入数据库
1 create database mydb
2 use mydb
3 查看字符编码:show variables like 'collantion_%'
4 修改字符编码:set names utf8;(utf8_general_ci)
5 source 路径 :导入
发布时间: 2012-08-28 12:37:01 作者: rapoo
mysql命令导入数据库
1 create database mydb
2 use mydb
3 查看字符编码:show variables like 'collantion_%'
4 修改字符编码:set names utf8;(utf8_general_ci)
5 source 路径 :导入