Ad Widget

Collapse

Missing the Admin user.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jdehnert
    Junior Member
    • Jun 2011
    • 10

    #1

    Missing the Admin user.

    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...

    Code:
    mysql> select name,passwd from users;
    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
  • jdehnert
    Junior Member
    • Jun 2011
    • 10

    #2
    Solved.

    I discovered that while I had loaded the schema.sql file in from /usr/share/doc/zabbix-server-mysql-2.0.2/create/, I had not loaded the images.sql, or data.sql file in from that same directory.

    Once I did that, everything was working like a champ.

    Thanks,
    James "Zeke" Dehnert

    Comment

    Working...