Inspect who MySQL believes you are.
Section: user management
Show the current and authenticated user
sql
sql
SELECT USER(), CURRENT_USER();Explanation
These can differ because of authentication and account resolution behavior.
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 user management