Hi, complete newb here, some experience with linux, but none with mysql nor zabbix, i followed the directions in the wiki almost to a T.
Everything goes along with no problems, only thing thats i got that was different was when i reached this stage, install zabbix-server-mysql snmpd, it also installs dbconfig (dont know what this is, but it says its required) and asks if i want dbconfig to create the database for me, or would i like to do it myself, dont know what to do at this point, i've tried both and neither have worked.
So, with either option selected, I continue along the installation, and everything else goes seamlessly. Except that it never asks for my admin pass nor my zabbix pass.
I goto 127.0.0.1/zabbix in my browser, and i get this error:
Fatal error: Call to underfined function: mysql_pconnect() in /usr/share/zabbix/include/db.inc.php on line 32
Ya I don't know what to do at this point, maybe a more in depth installation for complete noobs like myself would be helpful.
EDIT:
I've done more searching throughout the forum, ive added the line extension=mysql.so and it still doesnt work...I am at a loss. And also when i try and check mysql:
zabbix:/home/zabbix# mysql -u zabbix -p ****** -h localhost
Enter password:
ERROR 1045 (28000): Access denied for user 'zabbix'@'localhost' (using password: NO)
Everything goes along with no problems, only thing thats i got that was different was when i reached this stage, install zabbix-server-mysql snmpd, it also installs dbconfig (dont know what this is, but it says its required) and asks if i want dbconfig to create the database for me, or would i like to do it myself, dont know what to do at this point, i've tried both and neither have worked.
So, with either option selected, I continue along the installation, and everything else goes seamlessly. Except that it never asks for my admin pass nor my zabbix pass.
I goto 127.0.0.1/zabbix in my browser, and i get this error:
Fatal error: Call to underfined function: mysql_pconnect() in /usr/share/zabbix/include/db.inc.php on line 32
Ya I don't know what to do at this point, maybe a more in depth installation for complete noobs like myself would be helpful.
EDIT:
I've done more searching throughout the forum, ive added the line extension=mysql.so and it still doesnt work...I am at a loss. And also when i try and check mysql:
zabbix:/home/zabbix# mysql -u zabbix -p ****** -h localhost
Enter password:
ERROR 1045 (28000): Access denied for user 'zabbix'@'localhost' (using password: NO)
Comment