I setup Zabbix 1.4 and rebuild Oracle scheme (early try Zabbix 1.1.6)
I have same problem on Oracle. I not find patches and upgrades for Oracle
I have same problem
message=Database%20corrupted,%20misse d%20default%20user%20'guest'
but then i add user guest with userid =0
(default date were
INSERT INTO users VALUES (1,'Admin','Zabbix','Administrator','d41d8cd98f00b 204e9800998ecf8427e','',900,'en_gb',30,3);
INSERT INTO users VALUES (2,'guest','Default','User','d41d8cd98f00b204e9800 998ecf8427e','',900,'en_gb',30,1);
)
And i can connect but only as guest
Then i change in DB for guest type to 3 (SUPERADMIN)
and add few new users, but i cant login an y users exept guest.
Also i try chmod to 777 for /Zabbix/conf and add break to db.inc.php but also cant login %-(
on Zabbix 1.1.6 not have problem with connect.
Anybody have this problem on Oracle DB?
I have same problem on Oracle. I not find patches and upgrades for Oracle
I have same problem
message=Database%20corrupted,%20misse d%20default%20user%20'guest'
but then i add user guest with userid =0
(default date were
INSERT INTO users VALUES (1,'Admin','Zabbix','Administrator','d41d8cd98f00b 204e9800998ecf8427e','',900,'en_gb',30,3);
INSERT INTO users VALUES (2,'guest','Default','User','d41d8cd98f00b204e9800 998ecf8427e','',900,'en_gb',30,1);
)
And i can connect but only as guest
Then i change in DB for guest type to 3 (SUPERADMIN)
and add few new users, but i cant login an y users exept guest.
Also i try chmod to 777 for /Zabbix/conf and add break to db.inc.php but also cant login %-(
on Zabbix 1.1.6 not have problem with connect.
Anybody have this problem on Oracle DB?
Comment