First of all, sorry about my english..
I'm trying to install zabbix 2.2 on a centos 6.4 64b. The database it's a mysql installed from centos repo.
The problem is, when i finish configuring zabbix and mysql to continue the install from the web, the db connection can stablish re connection to the remote mysql.
I try to access from the zabbix server via mysql -h remote_server -u zabbix -p and i can access correctly, even doing a show grants for zabbix, tell me that i hava acces. So, the mysql server it's set correctly.
I hace use "rpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm" to install my zabbix server.
I've use the procedure that i found on this url "https://www.zabbix.com/documentation/2.2/manual/installation/install_from_packages" except for 2 things, i didn't install mysql-server on zabbix server, and i change the grants for the database as i can access to the database remotely.
The only file from zabbix that i change it's "zabbix_server_conf" to add dbname user and pass.
I try to connect to using a different user even root, butt the web install can't go on. the error that it constantly gives is:
"Error connecting to database [Can't connect to MySQL server on '10.3.1.135' (13)]"
where 10.3.1.135 it's remote db server.
I usually install zabbix using local mysql db, but this time i'm trying to optimize the install with a remote db. Should i change any other config on any other file or something that i'm missing? or even, there's any tutorial on zabbix page that im missing relate to zabbix install with remote database server?
Thanks a lot !!!
Alejandro
Zabbix Newbie
I'm trying to install zabbix 2.2 on a centos 6.4 64b. The database it's a mysql installed from centos repo.
The problem is, when i finish configuring zabbix and mysql to continue the install from the web, the db connection can stablish re connection to the remote mysql.
I try to access from the zabbix server via mysql -h remote_server -u zabbix -p and i can access correctly, even doing a show grants for zabbix, tell me that i hava acces. So, the mysql server it's set correctly.
I hace use "rpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm" to install my zabbix server.
I've use the procedure that i found on this url "https://www.zabbix.com/documentation/2.2/manual/installation/install_from_packages" except for 2 things, i didn't install mysql-server on zabbix server, and i change the grants for the database as i can access to the database remotely.
The only file from zabbix that i change it's "zabbix_server_conf" to add dbname user and pass.
I try to connect to using a different user even root, butt the web install can't go on. the error that it constantly gives is:
"Error connecting to database [Can't connect to MySQL server on '10.3.1.135' (13)]"
where 10.3.1.135 it's remote db server.
I usually install zabbix using local mysql db, but this time i'm trying to optimize the install with a remote db. Should i change any other config on any other file or something that i'm missing? or even, there's any tutorial on zabbix page that im missing relate to zabbix install with remote database server?
Thanks a lot !!!
Alejandro
Zabbix Newbie
Comment