Beim Löschen einer Datenbank erhalte ich den folgenden Fehler:
Code
- Dear admin,
- An exception has been thrown in file/var/www/imscp/gui/library/Functions/Shared.php at line 2724:
- =================================================================
- SQLSTATE[42000]: Syntax error or access violation: 1141 There is no such grant defined for user 't3_alb_user' on host 'localhost'
- Query was:
- REVOKE ALL PRIVILEGES ON `t3_alb_neu`.* FROM 't3_alb_user'@'localhost'
- =================================================================
- Debug backtrace:---------------
- File: /var/www/imscp/gui/library/Functions/Shared.php at line 686Function: exec_query()File: /var/www/imscp/gui/library/Functions/Shared.php at line 731Function: sql_delete_user()File: /var/www/imscp/gui/public/client/sql_database_delete.php at line44Function: delete_sql_database()
- Additional information:----------------------
- Http User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0)Gecko/20100101 Firefox/45.0Request Uri: /client/sql_database_delete.php?id=78Http Referer: https://91.214.168.30:4443/client/sql_manage.phpRemote Addr: 178.199.5.228Server Addr: 91.214.168.30
- ____________________________________________________________i-MSCP Exception Mail Writer
- Note: You will not receive further emails for this exception in the next 24 hours.
Offenbar geht es um fehlende Privilegien.
Dieses Problem eilt nicht, ich wollte einfach nicht mehr benötigte Datenbank löschen.
Was ist zu tun?