Ever Wanted to Own and Operate a Fully Featured Dynamic DNS Service?
Now You Can With MintDNS 2009 Enterprise - - Our Award Winning Dynamic DNS (DDNS) Server Suite!!!
It's never been easier to run your own DDNS service.

Looking for free Dynamic DNS (DDNS) services? Please use our free DDNS service at http://www.dynddns.us

MintDNS Knowledge Base



Go Back
Resetting the Admin Password
 
To reset the default admin user ID and password run the following command in the SQL Management Studio

T-SQL Code:
USE [mintdata]
UPDATE Admin
SET UserID = 'admin', Password = 'cGFzc3dvcmQ='


Go Back