• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Phantom MSSQL database

P

paulwilson159

Guest
We have been getting an error on our Plesk Windows 7.0.2 system backup.

The system reports it cannot access an MSSQL database called "etc"

Thing is, I can't find such a database on the system. I have looked for the file and checked via the MS Osql command line.

No such database exists on the system, but the Plesk control panel believes there is.

Is there a way we can get Plesk this non existent database, as it is preventing us from backing up?
 
You should delete that database from data_bases table at psa database. Also you should delete user of that database from db_users table.:cool:
 
Hello Gris

Yep, got it - backup runs just fine now.
 
Where is psa database!

Hello,

I want to del it in psa admin db.
But i don know where is psa database?

Thanks.
 
For Plesk 7.0
mysql -uadmin -pplesk_admin_password -P3306 psa
For Plesk 7.5
mysql -uadmin -pplesk_admin_password -P8306 psa
 
Back
Top