From 68a095d85fbbcd0b251a1ed0ddf4cbe809c0b300 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Tue, 27 Feb 2024 10:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.php b/config/database.php index 6abea25..0e43014 100644 --- a/config/database.php +++ b/config/database.php @@ -72,8 +72,8 @@ return [ 'username' => env('DJC_DB_USERNAME', 'forge'), 'password' => env('DJC_DB_PASSWORD', ''), 'unix_socket' => env('DJC_DB_SOCKET', ''), - 'charset' => 'utf8mb4', - 'collation' => 'utf8mb4_unicode_ci', + 'charset' => 'latin1', + 'collation' => 'latin1_swedish_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => true,