wordpress - Issues connecting to mysql, random database connection errors, -


i'm hosting wordpress site on windows azure , keep getting random connect issues.

warning: mysql_connect(): operation on socket  not performed because  system      lacked sufficient  buffer space or because queue full.  in  d:\home\site\wwwroot\wp-includes\wp-db.php on line 1372 

any idea? appreciated.

cheers.

as referred blog

this error message, associated winsock error wsaenobufs , comes windows rather sql server directly, has 2 well-understood root causes. however, still stumps people today, because there no single source explains both root causes , offers solutions both. here description of 2 common situations may see error , quick solutions each:

 1. os runs out of memory tcp buffers  2. os runs out of available tcp “ephemeral” ports 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -