-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RBAC doesn't work as expect #10549
Comments
There is a bug here, but the test-case is not quite correct. It should be:
The role
In TiDB:
|
@tiancaiamao I can reproduce this on master and release-3.0:
|
@morgo I think you need FLUSH PRIVILEGES; |
It works in this version: 5.7.25-TiDB-v3.0.0-rc.1-90-gf6346a1e8 |
Bug Report
create some roles, and grant user dev to app_developer role.
user dev can see app_db.
tidb-server -V
or runselect tidb_version();
on TiDB)?The text was updated successfully, but these errors were encountered: