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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
env/mysql.env vendored
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