05/06/2019 1315  11617

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"