←back to thread

234 points benocodes | 3 comments | | HN request time: 0s | source
Show context
gregoriol ◴[] No.41836986[source]
Wait until they find out they have to upgrade to 8.4 now
replies(1): >>41837028 #
gregoriol ◴[] No.41837028[source]
And also all the passwords away from mysql_native_password
replies(2): >>41837705 #>>41838388 #
1. sgarland ◴[] No.41837705[source]
They've got until 9.0 for that, it just gives deprecation warnings in 8.4.
replies(2): >>41838843 #>>41839307 #
2. evanelias ◴[] No.41838843[source]
More specifically, mysql_native_password is disabled by default in 8.4, but can be re-enabled if needed: https://www.skeema.io/blog/2024/05/14/mysql84-surprises/#aut...
3. gregoriol ◴[] No.41839307[source]
Deprecation warnings are in 8.0. It's disabled in 8.4.

If you are up-to-date with all your libraries it all should go well, but if some project is stuck on some old code, mostly old mysql libraries, one might get surprises when doing the switch away.