请问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
转载请注明原文链接:https://www.muzicopy.com/suibi/604.html