Ad Widget

Collapse

2.2.1 GUI password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coolpolo7676
    Junior Member
    • Feb 2015
    • 1

    #1

    2.2.1 GUI password

    Hi there, im using 2.2.1 and my previous admin has changed the web interface password, now i tried to change but cant, i have the root password, tried to look at the forums and videos, but things are different in mine, the .conf files are not there, the database is called Maria db. so things are different than forums, need help, urgent!
  • ingus.vilnis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Mar 2014
    • 908

    #2
    Hi,

    MariaDB is almost the same as MySQL.
    Make sure you can log into zabbix database from console.

    When opened Zabbix database, execute the command:

    Code:
    update users set passwd = md5('newpassword') where alias = "username";
    Don't forget to change newpassword and username to correct ones.

    Best Regards,
    Ingus

    Comment

    Working...