How to fix 508 Resource Limit is reached in PHP MySQL -


how fix 508 resource limit reached in php mysql

  • my website developed in php mysql , javascript ajax.
  • my website blocked,
  • how rectify in problem, me please.

but got bellow error,

resource limit reached  website temporarily unable service request exceeded resource limit. please try again later. apache/2.4.12 (unix) openssl/1.0.1e-fips mod_bwlimited/1.4 server @ domain.co.in port 80 
  • what concurrent connection
  • how set maximum concurrent connections mysql
  • any solution available problem

what database concurrent connections?

concurrent connections connections made simultaneously database.

on shared hosting, there limits. depending on provider oscilate. every time visitor enters on website, makes connection database (if webpage connected mysql).

so, if there visitors accessing website @ same time, there many db connections visitors.

for part, hosting providers there limits on connections (without specifying "database"), , html processes.

how increase number of concurrent connections?

if have vps or dedicated, can go mysql server , change max_concurrent_connections. if on shared hosting cannot.

what can do?

your hosting provider tell upgrade vps or other more-power plan more expensive shared hosting.

i not recommend buy vps yet. recommend change hosting provider.

please provide website url, hosted, plan, better.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -