mariadb数据库字符编码设置



[client]

# This group is not read by mysql client library,
# If you use the same .cnf file for MySQL and MariaDB,
# use it for MariaDB-only client options
default-character-set=utf8


![](https://img2018.cnblogs.com/blog/1404925/201912/1404925-20191210152131404-1920620433.png)
# this is only for the mysqld standalone daemon
[mysqld]

character-set-server=utf8

# this is only for embedded server


![](https://img2018.cnblogs.com/blog/1404925/201912/1404925-20191210152138322-579557774.png)


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM