• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Database already exists

D

DavyMac

Guest
Parallels Plesk Panel, 9.5.4, Windows Vista

I am using a web version of PPP 9.5.4, provided by my hosting company.

I had previously created an MSSQL database and a MySQL database.

I tried to create a new MSSQL database, but I get an error that the (whatever name I enter) database already exists.

I can still create a MySQL database.

I thought I might only be allowed to create one MS SQL DB, so I deleted my other (test) database.

From the home page, I click on "Databases" then "Add new Database"
The database name field already had "admin_". I delete that and type anything like TestDB, and select MS SQL Server as the type.
I get the following error:

Error: Database TestDB already exists.

Any ideas?
 
Two reasons.
1. DB exist in plesk db, ran the command "select * from data_bases where name='TestDB'; > if the DB is displayed, ran the command "delete from data_bases where name='TestDB'; > in such cases there is a chance that, the old DB user will still be existing in psa, remove that too via "delete from db_users where login='yourdbusername';
2. DB would be existing in MSSQL server, go to MSSQL management studio >> Databases >> look for the db name, if found, remove it ; sometimes the mdf and ldf file will still be there, go to Data directory and remove those files too.

If you are hosted with a webhosting provider, tell them these
 
Back
Top