I just installed Zabbix 2.0.2 from the ZabbixZone repo onto a Centos 6.3 VM for a bit of testing. Most everything went fine, however I am now at the web login window for Zabbix, and the default user does not seem to be installed.
I went into mysql and looked at the users table in the zabbix database, and sure enough when I run...
it returns nothing.
I took a look at the schema in /usr/share/doc/zabbix-server-mysql-2.0.2/create/schema.sql and there is no reference to "Admin" anywhere in that file.
I also tried un-installing and re-installing all of the Zabbix packages, but no luck. I'm not great as sql, but if anyone knows the syntax to add the 'Admin' user and password into the zabbix users table, that might fix my problem.
Any suggestions??
Thanks!
James "Zeke" Dehnert
I went into mysql and looked at the users table in the zabbix database, and sure enough when I run...
Code:
mysql> select name,passwd from users;

I took a look at the schema in /usr/share/doc/zabbix-server-mysql-2.0.2/create/schema.sql and there is no reference to "Admin" anywhere in that file.
I also tried un-installing and re-installing all of the Zabbix packages, but no luck. I'm not great as sql, but if anyone knows the syntax to add the 'Admin' user and password into the zabbix users table, that might fix my problem.
Any suggestions??
Thanks!
James "Zeke" Dehnert
Comment