Ruijie Community

Title: How can I restore the password for the SNC admin if I forgot it? [Print this page]

Author: admin    Time: 2017-5-3 19:08
Title: How can I restore the password for the SNC admin if I forgot it?
How can I restore the password for the SNC admin if I forgot it?

Author: admin    Time: 2017-5-3 19:08
On the SNC server, open the command prompt locally, and enter the directory C:\Program Files\MySQL\MySQL Server 5.1\bin. Run mysql -uroot -padmin -P3307 to log in to the MySQL, and run the following two commands:
Use emp;
update t_security_app_user set password = '21232f297a57a5a743894a0e4a801fc3' where id = 1;
If a message Query OK is displayed, the password has been restored to the default one, namely admin. If the information marked in red boxes in the following figure is displayed, the configuration is successful.






Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2