rickd
Dec 06, 2023Altostratus
Monitoring MySQL 8 / mysql_native_password being deprecated
Is anyone monitoring MySQL 8 databases?
If so, how are you dealing with mysql_native_password being deprecated?
I tried using cachine_sha2_password on a remote MySQL 8 database since it's the new default. However, /usr/lib/mysql/plugin/caching_sha2_password.so isn't on on BIGIP version 15.10.1. It doesn't look like that plugin is availabe on BIGIP version 16.x or 17.x either.
At this moment in time, mysql_native_password is still available. I would like to deal with this proactively since the feature will be removed at some point.