Hello Zabbix World,
I just installed Zabbix on a fresh CentOs VM and have got the user's Database etc all setup and I have hit a snag.
I got to the Front End and for the life of me I cannot log in with any Usernames / Passwords I have saved.
I even made sure zabbix-server, zabbix-agent and httpd are all active (sudo systemctl status zabbix-server etc)
I then went into MariaDB and created a new user and password
For reference, The guide I followed was this : https://techsbucket.com/how-to-insta...nitoring-tool/
# sudo mysql -u root -p
# create database zabbixdb character set utf8 collate utf8_bin;
# create user zabbixuser;
# grant all privileges on zabbixdb.* to 'zabbixuser'@'localhost' identified by 'thepassword';
I am a bit lost as to what I have done wrong and was wondering if someone could kindly help with this please?
I just installed Zabbix on a fresh CentOs VM and have got the user's Database etc all setup and I have hit a snag.
I got to the Front End and for the life of me I cannot log in with any Usernames / Passwords I have saved.
I even made sure zabbix-server, zabbix-agent and httpd are all active (sudo systemctl status zabbix-server etc)
I then went into MariaDB and created a new user and password
For reference, The guide I followed was this : https://techsbucket.com/how-to-insta...nitoring-tool/
# sudo mysql -u root -p
# create database zabbixdb character set utf8 collate utf8_bin;
# create user zabbixuser;
# grant all privileges on zabbixdb.* to 'zabbixuser'@'localhost' identified by 'thepassword';
I am a bit lost as to what I have done wrong and was wondering if someone could kindly help with this please?

Comment