Merge pull request #324 from slightlee/master

Fix the problem of garbled Chinese comments when initializing MySQL scripts
This commit is contained in:
paderlol 2023-04-10 16:37:35 +08:00 committed by GitHub
commit 332cc6b3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

1
env/mysql.env vendored
View File

@ -2,3 +2,4 @@ MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=nacos_devtest
MYSQL_USER=nacos
MYSQL_PASSWORD=nacos
LANG=C.UTF-8