menghaoranss commented on issue #6892:
URL: https://github.com/apache/shardingsphere/issues/6892#issuecomment-675235536
@wang7241 Please try again according to the configuration below
```
spring:
shardingsphere:
props:
sql.show: true
datasource:
default-data-source-name: ds0
names: ds0
ds0:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.jdbc.Driver
jdbcUrl:
jdbc:mysql://127.0.0.1:3306/fiforal_cw?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&&useSSL=true
username: root
password: root
...
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]