Tuesday, February 21, 2017
cara reset password admin cacti..
Tuesday, February 21, 2017
root@localhost:~# mysql -u root -p cacti
Enter password: ******* #masukkan password root mysql waktu install mysql nya..
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 21
Server version: 5.7.17-0ubuntu0.16.04.1 (Ubuntu)
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> update user_auth set password=md5('admin') where username='admin';
Query OK, 0 rows affected (0.01 sec)
Rows matched: 1 Changed: 0 Warnings: 0
mysql>
selesai, silahkan login cacti dengan username admin password admin.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment