is a maximum number of concurrent connections defined for mysql. This number is set to a higher value than the number of concurrent apache processes. This is to prevent that the mysql server is killed by a fork-bombing client application. There must be something like set-variable = max_connections=somebignumber in mysql.conf. Regards, JeLuF