Reset the admin password for the Application Interface

Description

Reset the admin password for the Application Interface

Resolution

1. Connect to the MySQL database by executing the command at the command prompt:

C:\GMSVPMySQLbin> mysql --user=(username) --password=(password)

2. Then Execute the following command:

mysql> use sgmsdb;

mysql> update users set password = '5f4dcc3b5aa765d61d8327deb882cf99' where id = 'admin';

The Admin password will be reset to "password"

Related Articles

  • NSM On-Prem: How to set up 2FA for Admin Users
    Read More
  • NSM On-Prem Reporting Server configuration
    Read More
  • NSM On-Prem: How to collect System Logs
    Read More
not finding your answers?