misaya295 commented on issue #3027:
URL: 
https://github.com/apache/incubator-shenyu/issues/3027#issuecomment-1064818579


   @yu199195 Sorry, my admin configuration only has mysql configuration, should 
I add this configuration right?
   
   before fixing
   ```
   shenyu:
     database:
       dialect: mysql
       init_script: "sql-script/mysql/schema.sql"
       init_enable: false
   spring:
     datasource:
       url: 
jdbc:mysql://XXXX:3306/shenyu?useUnicode=true&characterEncoding=utf-8&useSSL=false
       username: XX
       password: XXX
   ```
   
   
   after modification
   ```yaml
   shenyu:
     database:
       dialect: mysql
       init_script: "sql-script/mysql/schema.sql"
       init_enable: false
     register:
       props:
         checked: true
   spring:
     datasource:
       url: 
jdbc:mysql://XXXX:3306/shenyu?useUnicode=true&characterEncoding=utf-8&useSSL=false
       username: XX
       password: XXX
   ```


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