mysql编码问题:

Posted findlisa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql编码问题:相关的知识,希望对你有一定的参考价值。

在my.ini文件改为:

[client]
default-character-set = utf8
port=3306

[mysql]

default-character-set=utf8

[mysqld]

# The TCP/IP Port the MySQL Server will listen on
port=3306

# The default character set that will be used when a new schema or table is
# created and no character set is defined
character-set-server=utf8

 

在控制台:

mysql  -uroot -p123456

use test

查看表:

show create table room;

sql语句:

alter table users convert to character set utf8;

 






以上是关于mysql编码问题:的主要内容,如果未能解决你的问题,请参考以下文章

php mysql 编码问题

mysql存储乱码之编码问题

关于Mysql的编码问题

MySQL数据库在WIN系统CMD下的编码问题

mysql set names 命令和 mysql 字符编码问题

各种编码问题