---
title: "Reset Configuration password"
canonical: "https://servicedesk.maxgeo.com/space/MAXGEO/1066827777/Reset%20Configuration%20password"
format: markdown
---
The following will reset ALL Paswords for the database (for ALL Configurations)

 

```sql
update dbo.tblSYSQCConfigData
set KeyValue = 'gIRGvc]E'
where KeyCode = 999999
```

> ⚠️ DB Modification
> ⚠️ 
> ⚠️ Before any change is made to a user database (or system), maxgeo recommends competent staff should follow all standard database change management practices and never make untested changes to a production database.  
> ⚠️ Change, test and document all modifications on a test copy of your database to ensure results are as expected before implementing them on your live database. Always ensure a full backup is available in case rollback is required and follow all company change management procedures and practices.