Bug #98255 | MySQL Router (8.0.19) appears to be forcing all connections to use sha_256_passw | ||
---|---|---|---|
Submitted: | 16 Jan 2020 15:00 | Modified: | 13 Feb 2020 0:41 |
Reporter: | IGG t | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Router | Severity: | S2 (Serious) |
Version: | 8.0.19 | OS: | Windows (10) |
Assigned to: | MySQL Verification Team | CPU Architecture: | x86 |
Tags: | caching_sha2_password, router |
[16 Jan 2020 15:00]
IGG t
[22 Jan 2020 4:45]
MySQL Verification Team
I'm verifying this as a bug. Thanks for your report. Not sure why this changed in 8.0.19 and while those old unsecure passwords should eventually die I don't see the deprecation nor documentation about this change anywhere. all best
[3 Feb 2020 6:28]
to vu
Hello. I try to simulate this on Centos & Windows OS but did not work... Can someone confirmed this bug? Thanks
[3 Feb 2020 12:00]
IGG t
I would suggest it can be closed. I have just gone through my initial set up and tested it again, and have also been unable to recreate it suggesting there must have been some error in my initial setup.
[3 Feb 2020 12:13]
MySQL Verification Team
I could not reproduce this on linux (centos, rhel, debian) but I did reproduce this on Windows10 destop. Will recheck today and if does not reproduce on Win10 with fresh install I'll close it
[6 Feb 2020 10:31]
IGG t
The only way I have been able to recreate it since is by restricting the 'host'. If I use 'root'@'127.0.0.1' I get the original error. If I change it to 'root'@'%' I can connect. Checking the 'current_user()' shows the connection is from 'root'@'fe80::90fb:1c8e:363f:f3e7%7' which is why it isn't matching the '127.0.0.1' host. All my instances of database and router are running on my windows 10 laptop, so I assumed they would all work with 127.0.0.1.
[13 Feb 2020 0:41]
MySQL Verification Team
After further analysis, I conclude this is not a bug.