Applicable to:
- Plesk Onyx for Linux
Symptoms
Unable to reinstall Horde webmail. The following error can be found in installer output:
ERROR 1133 (42000) at line 2: Can't find any matching row in the user table
Cause
Database inconsistency.
Resolution
Remove Horde user from mysql.user table:
- Connect to the server using SSH
-
Connect to database server:
# plesk db
-
Remove Horde user with:
MYSQL_LIN: mysql> delete from mysql.user where User="horde";
- Remove and install Horde once again.
Comments
0 comments
Please sign in to leave a comment.