Fix the problem of garbled Chinese comments when initializing MySQL scripts

This commit is contained in:
SLIGHTLEE
2023-03-23 15:22:28 +08:00
committed by GitHub
parent 5ddfd0fa91
commit 2aef0f0a91
+2 -1
View File
@@ -1,4 +1,5 @@
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=nacos_devtest
MYSQL_USER=nacos
MYSQL_PASSWORD=nacos
MYSQL_PASSWORD=nacos
LANG=C.UTF-8