Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top