zhongjiajie commented on a change in pull request #7151:
URL: https://github.com/apache/dolphinscheduler/pull/7151#discussion_r761803581



##########
File path: dolphinscheduler-server/src/main/resources/config/install_config.conf
##########
@@ -76,19 +76,19 @@ apiServerPort="12345"
 # ---------------------------------------------------------
 # The type for the metadata database
 # Supported values: ``postgresql``, ``mysql``.
-dbtype="mysql"
+DATABASE_TYPE="mysql"
 
-# The <HOST>:<PORT> connection pair DolphinScheduler connect to the metadata 
database
-dbhost="192.168.xx.xx:3306"
+# Spring datasource driver-class-name
+SPRING_DATASOURCE_DRIVER_CLASS_NAME="com.mysql.jdbc.Driver"

Review comment:
       Ok, I got your point, thanks~




-- 
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]


Reply via email to