I want to monitor a specific mysql database.
This is the output of “show databases” command:
+----------+
| Database |
+----------+
| ... |
| ... |
| ... |
| A |
| zabbix |
+----------+
Let’s say I want to monitor database A.
The problem is that I monitor also zabbix databases (mysql and zabbix are on the same machine).
So for example if I see the chart “MySQL Queries executed” I obtain also the query executed by zabbix on zabbix database.
How can I …