|
NOTE: This password was randomly created by Plesk during configuration.
To retrieve your MSSQL database administrator password
- Log in to your Windows server using Remote Desktop Connection.
- From the Start menu, click Run....
- Type
cmd and press Enter.
- Type the following, where "p" is your Plesk password, and then press Enter:
mssql -u admin -p
- Type your Plesk password and press Enter.
- Type the following, and then press Enter:
use psa;
- Type the following, and then press Enter:
Select * from misc where param = 'mssql_admin_login' OR param ='mssql_admin_passwd';
|
Add to Favourites
Print this Article
|