Hi, i just finish the installation of zabbix, log in on the site and saw a message "Zabbix server is not running ....."
So, i open the log file and get:
I run:
my.cnf
zabbix_server.conf
i can connect to mysql with the user that was created for zabbix. So i don't know what is wrong?
i'm newby on this, thanks for help me.
Mariano
So, i open the log file and get:
HTML Code:
Log: 1637:20161116:191741.752 [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysql.sock' (2) 1637:20161116:191741.752 Cannot connect to the database. Exiting...
HTML Code:
mysql_config --socket /var/run/mysqld/mysqld.sock
HTML Code:
port = 3306 socket = /var/run/mysqld/mysqld.sock
zabbix_server.conf
HTML Code:
DBSocket=/run/mysqld/mysql.sock DBPort=3306
i'm newby on this, thanks for help me.
Mariano
Comment