Fixed mysql ssl for 5.7

This commit is contained in:
pader
2021-05-16 18:44:43 +08:00
parent 5bf216ff17
commit 66ad0cd6c0
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ MYSQL_SERVICE_DB_NAME=nacos_devtest
MYSQL_SERVICE_PORT=3306
MYSQL_SERVICE_USER=nacos
MYSQL_SERVICE_PASSWORD=nacos
MYSQL_SERVICE_DB_PARAM=characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&&useSSL=false
MYSQL_SERVICE_DB_PARAM=characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useSSL=false