ZABBIX Forgot login Password

Source: Internet
Author: User
Tags md5
ZABBIX forgot login password

tags (space delimited): Zabbix

Just blowing up in the group, because of more accounts, the brain easy watt. Results Forget your Zabbix login password below is the example of retrieving login password

Before modification (forgot login password)

[Root@abcdocker ~]# mysql-uroot-p-E "select * from Zabbix.users\g"
Enter password: 
******** 1. Row ***************************
        userid:1
         alias:admin
          Name:zabbix
       surname:administrator
        passwd:ab66b6e18854fa4d45499d0a04a47b64
           URL: 
     autologin:1
    autologout:0
          lang:en_gb
       refresh:30
          type:3
         theme:default
attempt_failed:0
    attempt_ip:14.130.112.2
 attempt_ clock:1501141026
 rows_per_page:50

login MySQL Change password

[Root@abcdocker ~]# mysql-uroot-p
because the password is MD5 encrypted, we can view the default Zabbix password MD5

mysql> use Zabbix;
Mysql> Update users set passwd= ' 5fce1b3e34b520afeffb37ce08c7cd66 ' where userid= ' 1 ';
Query OK, 1 row affected (0.01 sec)
Rows matched:1  changed:1  warnings:0

Explanation: 5fce1b3e34b520afeffb37ce08c7cd66  = Zabbix
because Zabbix default password is Zabbix

Sign in to the Web
User name: Admin
Password: Zabbix

Tip: Please change your password immediately.

Finish.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.