I have a brand new Zabbix installation, was able to enter MySQL credentials for the zabbix localhost user, install script accepted it, did the install, but once it was finished and the server started the daemon I can login, but it consistently tells me in the web GUI that the zabbix server isn't running.
After looking at a few things I noticed in the logs the following message:
I have verified from command line that I can in-fact login using the correct password and access the zabbix database and run operations. I have verified that the zabbix.conf.php file has the correct credentials and is pointing to localhost and I presume this file was pre-populated from the install script which worked fine so it should be fine. I have verified that mysql is still running and on the default port. I legitimately cannot imagine what the issue could be. Mysql logs show no errors. I am hitting an odd odd wall.
After looking at a few things I noticed in the logs the following message:
Code:
Access denied for user 'zabbix'@'localhost' (using password: YES)
Comment