• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Can't remove database after update

C

colinjack

Guest
I have updated from 8.6 to 9.0 and now cannot remove a database from one of the domains:

Delete database user failed: Failed to connect to database: Access denied for user 'ODBC'@'localhost' (using password: NO)
at (MySQLDatabaseProvider::connect line 214)
at execute console command --del-user(vconsoleapp::start line 129)
at execute "C:\PROGRA~1\SWsoft\Plesk\/admin/bin/mysqlmng" --del-user "--server=" "--port=" "--login=" --password "--user-login=villatorent"(vconsoleapp::run line 140)
---------------------- Debug Info -------------------------------
0: plib\DatabaseManagerMySQL.php:53
DatabaseManagerMySQL->dropUserImpl(string 'villatorent', string 'colin_villa')
1: plib\DatabaseManager.php:105
DatabaseManager->deleteDatabase(object of type Database)
2: plib\class.DataBasesList.php:232
DataBasesList->remove(array)
3: C:\Program Files\SWsoft\Plesk\admin\htdocs\domains\databases\removeDataBases.php3:41


Anybody able to help? Can I remove it manually?

Colin
 
Unfortunately not - I have a horrible feeling that I am going to have to pay to get them to fix their own bugs as usual. :(
 
Did you get it fix?
If not let me know and I'll right up some instructions to delete the database entry from the PSA Database using MySQL Query Browser.
 
you can manually remove entries for database from data_bases and db_users table in psa database
 
Back
Top