From 7248c66f3b6f3d9b618a9b03daefe82da191e316 Mon Sep 17 00:00:00 2001 From: augushong Date: Sun, 2 Apr 2023 00:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AEmysql=E5=AD=97=E7=AC=A6=E9=9B=86=E4=B8=BAutf8mb4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.example.env b/.example.env index c2c468f..078b37d 100644 --- a/.example.env +++ b/.example.env @@ -11,7 +11,7 @@ DATABASE=ulthon USERNAME=root PASSWORD=root HOSTPORT=3306 -CHARSET=utf8 +CHARSET=utf8mb4 DEBUG=true PREFIX=ul_ FIELDS_CACHE=false