Huletian opened a new issue, #25931:
URL: https://github.com/apache/shardingsphere/issues/25931
## Persistence to MySQL. After restart, the metadata in MySQL is overwritten
**version:5.3.2
**The configuration is as follows
`
type: Standalone
repository:
type: JDBC
props:
provider: MySQL
jdbc_url: jdbc:mysql://10.10.10.3:3306/sharding_rule
username: root
password: 123456
authority:
users:
- user: root@%
password: root
- user: sharding
password: sharding
privilege:
type: ALL_PERMITTED
props:
system-log-level: ERROR
proxy-hint-enabled: true
sql-federation-type: ORIGINAL
`
--
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]