You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/09/07 10:48:58 UTC

[GitHub] [shardingsphere] RaigorJiang commented on issue #12264: ShardingSphere-JDBC 5.0.0-RC1-SNAPSHOT throws SELECT command denied to user exception

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

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