Search My Blog

Wednesday, February 20, 2013

XAMPP configuration parameters

MySQL - my.conf
max_connections -max connections allowed to the SQL server(used in connection with MaxClients parameter in Apache)

Apache - httpd.conf
MaxClients - max connections allowed(used in connection with max_connections in MySQL server)

No comments:

Post a Comment