-
Linux环境下导入mysql数据库乱码解决方案
普通类 -
- 支持
- 批判
- 提问
- 解释
- 补充
- 删除
-
-
Linux环境下导入mysql数据库乱码解决方案
1.建库时设定数据库编码方式:
- create database learningcell default character set utf8 ;
2.执行set names utf8;
- set names utf8;
3. 导入相关数据
- source /temp/learningcell.sql ;
-
-
- 标签:
- 导入
- 解决方案
- names
- set
- Linux
- learningcell.sql
- linux
- utf8
- 乱码
- mysql
- 乱码解决方案
- 数据库
-
学习元评论 (0条)
聪明如你,不妨在这 发表你的看法与心得 ~