Rotate credentials for an existing account.
Section: user management
Change a user's password
sql
sql
ALTER USER 'app_user'@'%' IDENTIFIED BY 'new-strong-password';Explanation
Password rotation is a standard operational task for service accounts.
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