Comments - Suppress MariaDB 11 deprecation warnings
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
And while taking advantage of a change, follow the deprecation warning and use mariadb instead.
As I have already said, the problem is not that I am using one command or another, but the integration of programs like Zabbix that still use the mysql* command. I believe there should be an option to disable these warnings, but for now I has changed the Zabbix code to solve it, temporarily.
Ah,
Lucky the Agent2 version of Zabbix https://www.zabbix.com/documentation/current/en/manual/concepts/agent2 does probing of the database direct via SQL run by the https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/src/go/plugins/mysql.
So it doesn't matter even if the mysql/mariadb/mysql_admin/mariadb-admin clients aren't there.
The agent2 template - https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/db/mysql_agent2