zhongjiajie commented on code in PR #10847:
URL: https://github.com/apache/dolphinscheduler/pull/10847#discussion_r916539119
##########
docs/docs/en/guide/upgrade.md:
##########
@@ -27,7 +27,7 @@ jar package and add it to the `./tools/libs` directory, then
change `./bin/ env/
```shell
export DATABASE=${DATABASE:-mysql}
export SPRING_PROFILES_ACTIVE=${DATABASE}
- export
SPRING_DATASOURCE_URL=jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8
+ export
SPRING_DATASOURCE_URL="jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8"
Review Comment:
It seems using `&useSSL=false` in the connection param is necessary too. I
have to add it to connect mysql server 5.7
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]