You may have noticed that MySQL 8.0.26 was released today (yea!) and I recommend reading the release notes but here are some of the highlights.
- TLS version 1 and 1.1 are deprecated. Please use later versions such as 1.2 and 1.3 (you made need OpenSSL 1.1.1 or higher too).
- More information in the server log on client timeouts includes the timeout value, and client user and host when that information is available
- Internal functions to copy values between columns are improved and test at about11% faster (YMMV)
There are a lot of interesting bits of information in the release
notes and they show the amount of work that the MySQL Engineering
Teams put into a release to give you a better product.
But What Are Those Warnings?
But some of you may be seeing the …
[Read more]