DB Error: extension not found

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
ryanz
Forum User
Forum User
Posts: 68
Joined: Mon Dec 20, 2004 2:43 am

DB Error: extension not found

Unread post 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.
ryanz
Forum User
Forum User
Posts: 68
Joined: Mon Dec 20, 2004 2:43 am

Unread post 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.
ryanz
Forum User
Forum User
Posts: 68
Joined: Mon Dec 20, 2004 2:43 am

Unread post by ryanz »

Problem solved with this mysql command.

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

And restart mysql
Post Reply