1、把 PHP 连接 MySQL 的字符集 由 utf8 改为 utf8mb4;
ThinkPHP框架中,改下 配置文件 /ThinkPHP/Conf/convention.php 的 DB_CHARSET 为 utf8mb4 (默认为 utf8)
2、把 聊天记录表的 聊天内容字段的 字符集改为 utf8mb4_general_ci;
原文地址:https://www.cnblogs.com/gaocy/p/9559410.html
时间: 2024-10-06 04:58:59
1、把 PHP 连接 MySQL 的字符集 由 utf8 改为 utf8mb4;
ThinkPHP框架中,改下 配置文件 /ThinkPHP/Conf/convention.php 的 DB_CHARSET 为 utf8mb4 (默认为 utf8)
2、把 聊天记录表的 聊天内容字段的 字符集改为 utf8mb4_general_ci;
原文地址:https://www.cnblogs.com/gaocy/p/9559410.html