Share: Link copied successfully! Contents [hideshow] Password Change Command MySQL Commands: Password Change Command: ALTER USER 'USERNAME'@'localhost' IDENTIFIED BY 'Password'; Here connect using root user and execute password change command.