Claim your Biolink Click Here
0 like 0 dislike
631 views
When I am opening my web application then it is showing me the error too many connection.

 

Any help would be appreciated.

 

Thanks
in Education & Reference by | 631 views

1 Answer

0 like 0 dislike

Default connection for mysql for client is maximum 100.

When connection exceed from 100, it will not accept another connection. In this case mysql throw error of too many connections. And to increase the limit of connections.

You need tot do setting for attribute max_connections t increase the connection limit. Linux:

/etc/my.cnf

max_connections=250

or whatever you want limit

 

by

Related questions

1 like 0 dislike
1 answer
2 like 0 dislike
1 answer
2 like 0 dislike
1 answer
1 like 0 dislike
1 answer
1 like 0 dislike
1 answer
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,308 questions
1,469 answers
568 comments
4,809 users