Bug #72696 | mysql cli should suggest connect-expired-password when error 1862 occurs | ||
---|---|---|---|
Submitted: | 20 May 2014 20:05 | Modified: | 1 Oct 2015 17:07 |
Reporter: | Morgan Tocker | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S4 (Feature request) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[20 May 2014 20:05]
Morgan Tocker
[17 Jul 2015 14:29]
Georgi Kodinov
Thanks for the reasonable feature request.
[1 Oct 2015 17:07]
Paul DuBois
Noted in 5.7.9, 5.8.0 changelogs. When the mysql client was used to connect to the server in batch mode using an account with an expired password, the error message was not meaningful. mysql now reports "Please use --connect-expired-password option or invoke mysql in interactive mode" in this case.