MySQL-r17 - max_connection
#5

1- Make sure you are not using persistent connections

2- Close the conenction (mysql_close) at the end of USAGE.

3- Checkout the my.cnf, and set this values:
set-variable = max_connections=500
set-variable = max_connect_errors=5000

and execute "SET GLOBALmax_connections = 500".

4- do flush-hosts

5- Use SQLite!!!!
Reply


Messages In This Thread
MySQL-r17 - max_connection - by nGen.SoNNy - 07.05.2013, 18:48
Re: MySQL-r17 - max_connection - by Delta 4 - 07.05.2013, 18:50
Re: MySQL-r17 - max_connection - by nGen.SoNNy - 07.05.2013, 18:57
Re: MySQL-r17 - max_connection - by nGen.SoNNy - 08.05.2013, 13:36
Re: MySQL-r17 - max_connection - by AlexSkyrise - 08.05.2013, 14:23
Re: MySQL-r17 - max_connection - by nGen.SoNNy - 08.05.2013, 14:27
Re: MySQL-r17 - max_connection - by SuperViper - 08.05.2013, 14:38
Re: MySQL-r17 - max_connection - by nGen.SoNNy - 08.05.2013, 15:22
Re: MySQL-r17 - max_connection - by Edvin - 08.05.2013, 15:59
Re: MySQL-r17 - max_connection - by nGen.SoNNy - 08.05.2013, 18:15

Forum Jump:


Users browsing this thread: 1 Guest(s)