首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

mysql下令导入数据库

2012-08-28 
mysql命令导入数据库1 create database mydb2 use mydb3 查看字符编码:show variables like collantion_%

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

热点排行