[horde] DB Error

David Mohr horde at da.mcbf.net
Mon Jun 12 19:58:22 PDT 2006


Hi,

On 6/12/06, Alon Friedman <alon.chicago at gmail.com> wrote:
> I modified the /horde/config/conf.php
>
> $conf['prefs']['params']['table'] = 'horde_prefs';
> $conf['prefs']['params']['driverconfig'] = 'horde';
> $conf['prefs']['driver'] = 'sql';
>
> Now when I log in I get the following message:
>
> A fatal error has occurred
>
> DB Error: connect failed
>
> Details have been logged for the administrator.
>
> >From horde's log file:
>
> Jun 12 21:34:54 HORDE [emergency] [imp] DB Error: connect failed:
> [nativecode=Client
> does not support authentication protocol requested by server; consider
> upgrading MySQL client] ** Array [on line 388 of
> "/usr2/webmail/htdocs/horde-3.1.1/lib/Horde/Prefs/sql.php"]

The error is listed right there - this is not a horde problem, but
rather a mysql/php one. Maybe you updated your mysql package, but your
php one is compiled with a too old version of the mysql client lib, I
think. Try upgrading your packages, that should resolve the problem.

> When I revert the settings to:
>
> $conf['prefs']['driver'] = 'none';
>
> I can login
>
> Any ideas?

~David


More information about the horde mailing list