Forum Discussion
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...
zamroni777
Dec 08, 2023Nacreous
You can try to use external monitor as workaround:
1. extract mysql 8 tar package in F5 (using the linux cli), preferably in /var/tmp folder.
Do this in both active and standby node.
In mysql.com download, select "linux generic" to get the tar package options.
2. in f5 web gui (local traffic >>> monitor), create external LTM monitor containing script executing proper mysql command:
#!/bin/sh
/var/tmp/..../mysql .....
3. assign the external monitor to the pool
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects