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

  • Analytics On-Prem vs NSM Feature Matrix
    Read More
  • Analytics On-Prem End of Life and NSM Transition FAQ
    Read More
  • NSM On-Prem: Backups over SCP to Windows OpenSSH Server
    Read More
not finding your answers?