Hey!
So basically, we are setting up a new Zabbix 2.0.2 installation, our test installation has been a raging success, and now we going to implement it pointed at our own database server.
We created a VM, installed Zabbix using the Preloaded ISO file, everything installs correctly and it is functional.
We dumped the existing database and imported it to the new database exactly as it is, and changed the "/etc/zabbix_server.conf" to have DBHost, DBName, DBUser, and DBPassword to have the correct values for the server.
Restarting the box, it doesn't work. The web interface errors with "mysql_connect(): [2002] No such file or directory (trying to connect via unix:///var/run/mysql/mysql.sock) [include/db.inc.php:77]"
Although I can open the database tables from that server, it has the permissions to access it.
So basically, we are setting up a new Zabbix 2.0.2 installation, our test installation has been a raging success, and now we going to implement it pointed at our own database server.
We created a VM, installed Zabbix using the Preloaded ISO file, everything installs correctly and it is functional.
We dumped the existing database and imported it to the new database exactly as it is, and changed the "/etc/zabbix_server.conf" to have DBHost, DBName, DBUser, and DBPassword to have the correct values for the server.
Restarting the box, it doesn't work. The web interface errors with "mysql_connect(): [2002] No such file or directory (trying to connect via unix:///var/run/mysql/mysql.sock) [include/db.inc.php:77]"
Although I can open the database tables from that server, it has the permissions to access it.

Comment