You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "Huletian (via GitHub)" <gi...@apache.org> on 2023/05/29 06:54:48 UTC

[GitHub] [shardingsphere] Huletian opened a new issue, #25931: Persistence to MySQL. After restart, the metadata in MySQL is overwritten

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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