设置mariadb字符集为utf8
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置mariadb字符集为utf8相关的知识,希望对你有一定的参考价值。
我用的是10.0.25 mariadb, 在centos7系统上,用以下指令设置数据库字符集。
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqld]
character-set-server=utf8
init_connect=‘SET collation_connection=utf8-unicode_ci‘
init_connect=‘SET NAMES utf8‘
collation-server=utf8_unicode_ci
skip-character-set-client-handshake
以上是关于设置mariadb字符集为utf8的主要内容,如果未能解决你的问题,请参考以下文章