Question

I am using mysql_pconnect() for connecting to mysql. But when many users uses the website it gives the error "To many connection with mysql".

For that i had set the variables max_connections=500 max_user_connections=1000 in my.cnf file of mysql.

Is this fine to use or is there any other way to solve this problem ("To many connection with mysql").

I am using the xampp for php and mysql.

Was it helpful?

Solution

That is the way to increase the max connections. You can refer here for more insights and as for using mysql_pconnect have a read here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top