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

设置mariadb字符集为utf8

时间:2016-06-03 06:30:29      阅读:1366      评论:0      收藏:0      [点我收藏+]

标签:

      我用的是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

标签:

原文地址:http://www.cnblogs.com/the-one/p/5554976.html

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