日期:2014-05-16  浏览次数:20452 次

mysql命令导入数据库
1 create database mydb
2 use mydb
3 查看字符编码:show variables like 'collantion_%'
4 修改字符编码:set names utf8;(utf8_general_ci)
5 source 路径 :导入