Page 1 of 1

DB Error: extension not found

Posted: Sat Oct 01, 2005 7:52 am
by ryanz
I get this error when trying to access hord webmail on a new install of Plesk 7.5.4 on FC3

A fatal error has occurred
DB Error: extension not found
Details have been logged for the administrator.

Posted: Sun Oct 02, 2005 3:50 am
by ryanz
Adding old_password=1 to /etc/my/cnf I now get this error when trying to access Horde Webmail

A fatal error has occurred
DB Error: connect failed
Details have been logged for the administrator.

Posted: Sun Oct 02, 2005 5:10 am
by ryanz
Problem solved with this mysql command.

mysql> set password for some_user@localhost=old_password('the_password');

And restart mysql