13877977363 commented on issue #28860:
URL: 
https://github.com/apache/shardingsphere/issues/28860#issuecomment-1783749267

   `  shardingsphere:
       datasource:
         names: ds1
         ds1:
           type: com.zaxxer.hikari.HikariDataSource
           driverClassName: org.mariadb.jdbc.Driver
           jdbcUrl: 
jdbc:mariadb://${MYSQL_IP}:${MYSQL_PORT}/xxxxx?characterEncoding=utf8&autoReconnect=true&useSSL=false
           username: ${MYSQL_USER}
           password: ${MYSQL_PWD}`
   
   I do not want to start the h2 database. My original database and table 
partitioning is MySQL. 


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