Bug #76053 | Expired-password message is out of date | ||
---|---|---|---|
Submitted: | 25 Feb 2015 18:01 | Modified: | 28 May 2015 17:36 |
Reporter: | Paul DuBois | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | 5.7.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[25 Feb 2015 18:01]
Paul DuBois
[4 Apr 2015 19:56]
Paul DuBois
I guess a better message than the previous suggestion would be: You must reset your password with ALTER USER USER() IDENTIFIED BY <new password> before executing this statement
[28 May 2015 17:36]
Paul DuBois
Noted in 5.7.8, 5.8.0 changelogs. The message displayed to indicate that a password was expired and must be reset referred to the deprecated SET PASSWORD statement. It now refers to ALTER USER.