Mysql 更改编码方式

Mysql 更改编码方式

--查看编码方式
show variables like 'char%';

--设置编码方式
set character_set_server=utf8;

 

posted @ 2018-10-10 10:19  整合侠  阅读(368)  评论(0编辑  收藏  举报