You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/08 07:28:31 UTC

[GitHub] [dolphinscheduler] zhongjiajie commented on a diff in pull request #10847: [Doc][Upgrade] Fix tiny error in upgrade docs

zhongjiajie commented on code in PR #10847:
URL: https://github.com/apache/dolphinscheduler/pull/10847#discussion_r916538919


##########
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org