Ad Widget

Collapse

Can't logon

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kdgt
    Junior Member
    • Dec 2014
    • 15

    #1

    Can't logon

    Hi

    I had to reset the zabbix database so I drop the zabbix users the database. I then followed the instructions to create the schema, data and images but now the admin logon (using the zabbix password) does not work. I can still logon as guest just not as admin.

    Thanks
  • dumi
    Junior Member
    • Dec 2014
    • 7

    #2
    You try the default zabbix user and password?
    (User: Admin Password: zabbix)

    If that don't work try to take a look to user table from db with the following query to see what users is defined:

    Code:
    mysql> select userid,alias,passwd from users;
    P.S.: escuse my english
    Last edited by dumi; 05-01-2015, 15:11.

    Comment

    Working...