← Back to team overview

enterprise-support team mailing list archive

Re: [Question #166266]: Apache mod_db fails to connect to MySQL

 

Question #166266 on apache2 in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/apache2/+question/166266

Tom Browder gave more information on the question:
Note that the line which reads:

  DBDParams "dbname=passwords user=xxxx pass=xxxx host=xxx.xxx.xxx.xxx
port-3306"

actually reads ('=' instead of '-' for 'port=3306'):

  DBDParams "dbname=passwords user=xxxx pass=xxxx host=xxx.xxx.xxx.xxx
port=3306"

I have also tried the slight variant ('password' instead of 'pass'
[conflicting docs]):

  DBDParams "dbname=passwords user=xxxx password=xxxx
host=xxx.xxx.xxx.xxx port=3306"

with no difference in behavior.

-- 
You received this question notification because you are a member of
Ubuntu Server/Client Support Team, which is an answer contact for
apache2 in Ubuntu.