PDA

View Full Version : Cannot logged


ksm451
14-06-2005, 15:09
I've install on Ubuntu warty 4.0 and everyting configured except mysql,which was not compile because there was no mysql-dev files in the ubuntu installation.
When i tried logging into the web interface,using admin without password,I get error messages,login failure,whatever user i put with or without password,i get the same result.pls,Can someone give me a clue,though i used a root password whiles creating the zabbix database.

thanks

sinda
15-06-2005, 16:36
hello,
you have to install mysql devel. then execute ./configure -with-mysql -with-net-snmp. (follow the manual installation , it will help you)
mysql devel will solve your problem.
good luck

Neo
01-07-2005, 18:18
did this work?
I am facing the same problem, I have installed mysql-devel though.

Neo
01-07-2005, 18:26
BTW what do the 'd41d8cd98f00b204e9800998ecf8427e' stand for in the data.sq l files.
INSERT INTO users VALUES (1,'Admin','Zabbix','Administrator','d41d8cd98f00b 204e9800998ecf8427e');
INSERT INTO users VALUES (2,'guest','Default','User','d41d8cd98f00b204e9800 998ecf8427e');

I think the problem is with the OLD_PASSWORD and new PASSWORD() functions in MySQL. So if I know what those stand for I could try an UPDATE with the OLD_PASSWORD() function.

mconigliaro
01-07-2005, 18:34
taken from: http://www.zabbix.com/manual/v1.1/config_initial.php

"Enter the username Admin and leave the password field empty."

Neo
02-07-2005, 08:34
I did that but am still not able to login.
Is there anything else that can be done?

Neo
02-07-2005, 08:48
http://www.zabbix.com/forum/showthread.php?t=478