Bug #92290 | mysql_change_user() don't uses given password (sha256_password) | ||
---|---|---|---|
Submitted: | 5 Sep 2018 1:20 | Modified: | 5 Sep 2018 5:51 |
Reporter: | Jose Israel Gomez Delgado | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S3 (Non-critical) |
Version: | 5.6.41 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | mysql_change_user(), password |
[5 Sep 2018 1:20]
Jose Israel Gomez Delgado
[5 Sep 2018 1:46]
Jose Israel Gomez Delgado
More setup details: SET old_passwords = 2; was used prior to: SET PASSWORD FOR 'sha256user'@'localhost' = PASSWORD('sha256P@ss'); Note: Also created another user with sha256_password, but w/o setting any password, an got same error.