[imp] Re: IMP y MySQL

Eric Rostetter eric.rostetter at physics.utexas.edu
Tue Sep 9 12:02:50 PDT 2003


Quoting Administrador Webmail <webmail_smp at yahoo.com.ar>:

> When I try login, it shows the error below:
>
> DB Error: connect failed
> [línea 108 de /var/www/html/mail/horde/lib/Prefs/sql.php]

Either your prefs sql parameters are wrong, or there is a problem connecting
to the database (mysql access rules mysql permissions, etc).

> $conf['prefs']['driver'] = 'sql';
> $conf['prefs']['params']['phptype'] = 'mysql';
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['username'] = 'horde';
> $conf['prefs']['params']['password'] = '******'; /*here is my password*/
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';

Looks fine. Maybe you need to specify if you are using tcp or unix sockets,
and if so the tcp port or unix socket path to use.  Check your mysql logs,
system logs, and/or horde logs for errors that may help explain the problem.

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!



More information about the imp mailing list