Refresh privilege data after direct system-table changes.
Section: grants and roles
Reload grant tables
sql
sql
FLUSH PRIVILEGES;Explanation
Usually unnecessary when using `CREATE USER`, `GRANT`, or `REVOKE`, but sometimes seen in legacy workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing grants and roles