RaigorJiang commented on issue #12264: URL: https://github.com/apache/shardingsphere/issues/12264#issuecomment-914200135
Hi @coolbeevip The reason is the default authority rule onfiguration `NATIVE` needs to query the mysql.user table, and the JDBC configuration user may not have this permission. The solution is to adjust the default authority rule onfiguration to `ALL_PRIVILEGES_PERMITTED`. I'm dealing with this problem, it will be fixed soon. -- 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]
