You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
When using BR Restore SQL to restore data to TiDB Cloud , it will prompt warning messages: "privilege check for 'Update' fail". However, it will not prompt warning information if I restore data to OP TiDB.
For example:
The data of table has been restored to TiDB Cloud . In tidb.log ,I just find the follow information. So I need to know the reason for the warning messages.
The text was updated successfully, but these errors were encountered:
The error is that br wants to update mysql.stats_meta table to update snapshot, count columns of restored table by sql and the tidb returns error of privilege. Please use sql of SHOW GRANTS; to check whether your user has privilege of update for mysql database. And this error doesn't influence the result of restore, because it only updates the statistics information.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Question
When using BR Restore SQL to restore data to TiDB Cloud , it will prompt warning messages: "privilege check for 'Update' fail". However, it will not prompt warning information if I restore data to OP TiDB.
For example:
The data of table has been restored to TiDB Cloud . In tidb.log ,I just find the follow information. So I need to know the reason for the warning messages.
The text was updated successfully, but these errors were encountered: