• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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