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: Backups over SCP to Windows OpenSSH Server
    Read More
  • How to Reconfigure Reporting and Analytics on NSM
    Read More
  • NSM On-Prem Reporting Server configuration
    Read More
not finding your answers?