PHP报错:Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client.
PHP写的接口本地测试OK,上传到线上后,报错:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2054] Server sent charset unknown to the client.
经检查后发现是PHP版本不一致导致的问题。
本地环境PHP版本 8.0
线上环境PHP版本 5.6
解决方式:线上宝塔安装PHP8.0,然后切换环境为PHP8.0即可!
相关阅读:
https://www.cnblogs.com/chig/p/18279351