Bug #96795 | password hash should be a 41-digit hexadecimal number (code 1372) (server 5.6) | ||
---|---|---|---|
Submitted: | 9 Sep 2019 18:44 | Modified: | 11 Sep 2019 18:35 |
Reporter: | Rob Wagner | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 8.0.17 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[9 Sep 2019 18:44]
Rob Wagner
[10 Sep 2019 5:56]
MySQL Verification Team
Hello Rob Wagner, Thank you for the report and feedback. regards, Umesh
[11 Sep 2019 18:35]
Rob Wagner
Note, I don't see this issue on 6.3.10.
[17 Jan 2020 19:07]
Jojo Thomas
I have looked into this as this is affecting our users. On a positive note, if you click on Cancel, the connection is still established. Then you can run SET PASSWORD to change to the new password.
[23 Jan 2020 11:42]
Jojo Thomas
Ignore my previous comment as I had another connection and the Query TAB was from that one. I have done some more analysis using tcpdump and this is what I have found. MySQLWorkbench is indeed sending SET PASSWORD incorrectly. I have tested this on the latest version - Version 8.0.19 build 15713499 CE (64 bits) Community. This is a show stopper for us as users can't change their expired passwords and this in turn is blocking SOCK2 compliance or creating huge support overheads. Someone should address this urgently! --- 2020-01-23 11:08:27.253323 IP 127.0.0.1.57377 > 127.0.0.1.57363: tcp 52 E..h..@.@............!.....O.VYP.....\..... M/QcM/Qc0....SET PASSWORD = 'a7ggjgjhg67Gkjll' 2020-01-23 11:08:27.253333 IP 127.0.0.1.57363 > 127.0.0.1.57377: tcp 0 E..4..@.@..............!.VYP.........(..... M/QcM/Qc 2020-01-23 11:08:27.253338 IP 127.0.0.1.57363 > 127.0.0.1.57377: tcp 0 E..4..@.@..............!.VYP.........(..... M/QcM/Qc 2020-01-23 11:08:27.271736 IP 127.0.0.1.57363 > 127.0.0.1.57377: tcp 66 E..v..@.@..............!.VYP.........j..... M/QuM/Qc>....\.#HY000Password hash should be a 41-digit hexadecimal number ---
[19 Jun 2020 1:24]
Marcus Teixeira
Is there any plans to have this fixed?