I am trying to use a MySQL database for Digest password management on my remote server. I have my httpd.conf file settings here: # mod_dbd configuration DBDriver mysql # MySQL params: # host, port, user, pass, dbname, sock, flags, fldsz, group, reconnect DBDParams "dbname=passwords user=xxxx pass=xxxx host=xxx.xxx.xxx.xxx port-3306" DBDMin 4 DBDKeep 8 DBDMax 20 DBDExptime 300 At the moment it doesn't work. After start I get these errors: [Wed Jul 27 09:08:56 2011] [error] (20014)Internal error: DBD: Can't connect to mysql [Wed Jul 27 09:08:56 2011] [error] (20014)Internal error: DBD: failed to initialise I am able to access the database with other programs both locally and remotely. I have no idea how to proceed--ideas welcome. Thanks. -Tom Thomas M. Browder, Jr. Niceville, Florida USA --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx