Home >Backend Development >PHP Tutorial >thinkphp sets DB_CHARSET to utf8mb4

thinkphp sets DB_CHARSET to utf8mb4

WBOY
WBOYOriginal
2016-10-12 09:50:111417browse

tp3.2.3 database configuration 'DB_CHARSET'=> 'utf8mb4', execution error. As follows

<code>SQLSTATE[HY000] [2019] Can't initialize character set utf8mb4 (path: /usr/share/mysql/charsets/)
错误位置

FILE: /data1/www/htdocs/733/ecampus/3/ThinkPHP/Library/Think/Db/Driver.class.php  LINE: 109
</code>

If you don’t use tp, you can use native sql ‘set names utf8mb4’ and it will execute without any problem.
What went wrong? Please fix it! Thank you!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn