Hi Kevin,
In your MySQL client pls execute:
SET GLOBAL max_connections = 200;
To Make the change permanent you can edit /etc/my.cnf or whatever MySQL
config file you you've got in your system
Look for this line max_connections under [mysqld] secction, add it if
it's not in the config. make sure it looks like:
max_connections = 200
No MySQL restart required
Cheers,
Igor
On 16/03/13 07:39, Manuel Arostegui wrote:
> 2013/3/16 Kevin Peterson <qh.resu01@stripped>
>
>> I am using PHP along with mysql. Mysql default configuration allows to
>> have 100 simultaneous connection which I want to chane to 200. Please help.
>>
>
> If you're reaching too many connections quite often, this change can imply
> memory problems in your server. If you are close to get your server to
> swap...be careful with this parameter as any swapping will affect your
> performance.
>
> Manuel.
>
>
>
>