We are trying to use MySql instance running on RDS and DB admins created a special user for us with granted all possible privileges. But it is not "root". Is it possible to tell zabbix to use this user instead of "root" for administrative purposes( create/update DB etc)?
So initially Zabbix will try to connect by
mysql -h mysql.example.com -u admin -p
So initially Zabbix will try to connect by
mysql -h mysql.example.com -u admin -p
Comment