08.05.2013, 14:23
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!!!!
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!!!!