[Tickets #1596] NEW: mysql database dsn ~ horde not using port from
config
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Mar 21 09:43:40 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1596
-----------------------------------------------------------------------
Ticket | 1596
Created By | andrew.nimmo+horde.org at email.sh
Summary | mysql database dsn ~ horde not using port from config
Queue | Horde Framework Packages
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
andrew.nimmo+horde.org at email.sh (2005-03-21 09:43) wrote:
a recent mysql database move highlighted an issue with the database port
parameter. i have a mysql instance running on port 3307 (it's actually the
endpoint of an stunnel). horde ignores the port specification, for example:
- horde/conf.php
$conf['sessionhandler']['params']['port'] = 3307;
$conf['sessionhandler']['params']['hostspec'] = '192.168.0.130';
the obvious workaround is to specify the port parameter directly in the
hostspec:
$conf['sessionhandler']['params']['hostspec'] = '192.168.0.130:3307';
andrew
More information about the bugs
mailing list