码迷,mamicode.com
首页 > 数据库 > 详细

mysql编码问题:

时间:2018-03-16 21:34:57      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:schema   gpo   mysqld   ble   mysq   alt   查看   new   sql语句   

在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编码问题:

标签:schema   gpo   mysqld   ble   mysq   alt   查看   new   sql语句   

原文地址:https://www.cnblogs.com/findlisa/p/8585206.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!