[Tickets #9710] Re: DB schema is out of date

bugs at horde.org bugs at horde.org
Fri Apr 22 07:38:22 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9710
------------------------------------------------------------------------------
  Ticket             | 9710
  Updated By         | horde at heskia.net
  Summary            | DB schema is out of date
  Queue              | IMP
  Version            | Git master
  Type               | Bug
  State              | Duplicate
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


horde at heskia.net (2011-04-22 07:38) wrote:

>
>> MySQL is setup to use mysqli in Horde configuration
>> when I turn it to "MySQL" only then I got an error stating that the
>> port should not be mention in the conf.php. If I remove the line
>> $conf['sql']['port'] = 3306;
>
> This sounds like duplicate of Bug: 9738

I don't think so... I have setup socket connection to mysql :
   $conf['sql']['username'] = 'horde';
   $conf['sql']['password'] = '********';
   $conf['sql']['socket'] = '/var/run/mysqld/mysqld.sock';
   $conf['sql']['protocol'] = 'unix';
   $conf['sql']['database'] = 'horde';
   $conf['sql']['charset'] = 'utf-8';
   $conf['sql']['splitread'] = false;
   $conf['sql']['ssl'] = false;
   $conf['sql']['phptype'] = 'mysqli';

I have been able to investigate a bit more in this issue and it  
happens only if I set MySQL as the sessionhandler backend. If I let  
the PHP default (file) choice then access to the DB is working fine.
Why this was working in H3/IMP4 and no more in H5/IMP4 ?






More information about the bugs mailing list