• 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

mysql sintax for removing database name and database instance in Plesk

mirceacr

Basic Pleskian
Hi,

I need to remove manually from the Plesk internal MySQL database a database which no longer exist in the MSSQL server database instance, which also no longer exists. In order to remove the server MSQL database instance, I need to remove the name of a database and user which are still registered in Plesk.

What is the Mysql sintax please ?! MSSQL Instance to be removed is .\MSSQLSERVER2008 and the database name is toto_mojo with user toto_mojo


Please advice.

thanks

Mircea
 
Check tables data_bases and db_users in psa database. Remove corresponding records carefully.
 
Back
Top