From 2aef0f0a91c00ba5330388d2d76a4e4558e95e86 Mon Sep 17 00:00:00 2001 From: SLIGHTLEE Date: Thu, 23 Mar 2023 15:22:28 +0800 Subject: [PATCH] Fix the problem of garbled Chinese comments when initializing MySQL scripts --- env/mysql.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/env/mysql.env b/env/mysql.env index c04d8b2..45436d6 100644 --- a/env/mysql.env +++ b/env/mysql.env @@ -1,4 +1,5 @@ MYSQL_ROOT_PASSWORD=root MYSQL_DATABASE=nacos_devtest MYSQL_USER=nacos -MYSQL_PASSWORD=nacos \ No newline at end of file +MYSQL_PASSWORD=nacos +LANG=C.UTF-8