我的知识记录

请问SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers

问题描述:thinkphp数据库配置'charset' =>'utf8mb4'连接mysql,报如下错误

SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers

解决方法:在mysql服务器配置文件中[mysqld]的下面添加

character-set-server = utf8mb4 collation-server = utf8mb4_unicode_ci

标签:

更新时间:2025-04-10 22:47:45

上一篇:请问帝国cms 日期目录 生成函数是什么

下一篇:请问织梦怎么去掉列表推荐文档的粗体字效果