We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
information_schema
There are some privilege problems of accessing the tables in information_schema. Generally, there are 2 kinds of problems:
PROCESS
cluster_config
user_privileges
Many tools query tables in information_schema. Those tools may need special privileges to import / export / backup / restore data.
Fix some issues and merge them into 5.1.1 before 2021-7-20.
TBD
The text was updated successfully, but these errors were encountered:
@djshow832 Can we close this issue now?
Sorry, something went wrong.
Note: Make Sure that 'component', and 'severity' labels are added Example for how to fill out the template: #20100
Fine, I'll reopen it after I list the issues in stage 2. @bb7133
No branches or pull requests
Background
There are some privilege problems of accessing the tables in
information_schema
.Generally, there are 2 kinds of problems:
PROCESS
privilege should be unable to access the cluster data, such ascluster_config
, but they can.user_privileges
, but they can access all.Risks
Many tools query tables in
information_schema
. Those tools may need special privileges to import / export / backup / restore data.Milestones
Stage 1
Fix some issues and merge them into 5.1.1 before 2021-7-20.
Stage 2
TBD
The text was updated successfully, but these errors were encountered: