Riscaa,
Somehow after several change in the config still I can't get the passwords to sync. I've decided to re-install zabbix and start from scratch.
It seems I need to brush up my MySQL skills, I was able to complete the installation with no error and started zabbix frontend with no error with a help from a Database GUI.
From the the installation instruction: http://www.zabbix.com/wiki/howto/ins.../centosinstall
I may have done this incorrectly:
mysql> grant all privileges on zabbix.* to 'zabbix'@'localhost' identified by 'set-password-here';
mysql> quit;
(Granting access to a user on zabbix database) this step really frustrates me.
But nonetheless its, working fine now. Thank you.
Somehow after several change in the config still I can't get the passwords to sync. I've decided to re-install zabbix and start from scratch.
It seems I need to brush up my MySQL skills, I was able to complete the installation with no error and started zabbix frontend with no error with a help from a Database GUI.
From the the installation instruction: http://www.zabbix.com/wiki/howto/ins.../centosinstall
I may have done this incorrectly:
mysql> grant all privileges on zabbix.* to 'zabbix'@'localhost' identified by 'set-password-here';
mysql> quit;
(Granting access to a user on zabbix database) this step really frustrates me.
But nonetheless its, working fine now. Thank you.
ort (or hostname
Comment