[horde] MYSQL 1040 Too Many Connections.

Simon Brereton simon.buongiorno at gmail.com
Mon Mar 4 12:43:55 UTC 2013


On 4 March 2013 13:31, Ralf Lang <lang at b1-systems.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>>> Do you happen to use persistent connections?
>>
>> Is this a setting in the Horde config?  I don't think I am, but
>> where should I check?
>>
>> Simon
>>
>
> DB Connection settings in horde admin dialog "horde".

I don't see anything that says I am.  You mean in the Database tab of
the Horde Config, yes?

 23 $conf['sql']['username'] = 'horde';
 24 $conf['sql']['password'] = 'redacted';
 25 $conf['sql']['socket'] = '/var/run/mysqld/mysqld.sock';
 26 $conf['sql']['protocol'] = 'unix';
 27 $conf['sql']['database'] = 'horde';
 28 $conf['sql']['charset'] = 'utf-8';
 29 $conf['sql']['ssl'] = false;
 30 $conf['sql']['splitread'] = false;
 31 $conf['sql']['phptype'] = 'mysqli';


Simon


More information about the horde mailing list