lamuskrat Posted October 18, 2008 Report Share Posted October 18, 2008 Database Error: Lost connection to MySQL server during queryFile: /home/content/f/r/a/francesonline/html/forum/Sources/Security.phpLine: 279 The above is a msg that I keep getting at one of my websites / forums of which I am a member. Constantly getting msg. Extremely slow loading of forum / pages/ threads (when I do finally get in). My pc is clean and fast. This is the only site giving me problems. Admin says there is nothing wrong on the server end. (even though others have encountered problems too). I am positive that it is not my pc or internet (have done speed tests...avg or above depending on test used).What can it be and what does this mean? Thanks Quote Link to post Share on other sites
bozodog Posted October 18, 2008 Report Share Posted October 18, 2008 Did you try clearing the cookies for the site? Quote Link to post Share on other sites
lamuskrat Posted October 18, 2008 Author Report Share Posted October 18, 2008 yes, admin also deleted account and allowed me to re-register under different name and password.....still no joy Quote Link to post Share on other sites
Besttechie Posted October 18, 2008 Report Share Posted October 18, 2008 That is definitely a server end issue. The admin of that site must be in denial. It appears this site is hosted on a shared hosting solution (I may be wrong, but) and chances are the server itself is being overloaded by the hosting company - e.g. it has too many sites on the box. Unfortunately that is not uncommon with shared hosting plans.B Quote Link to post Share on other sites
Pete_C Posted October 18, 2008 Report Share Posted October 18, 2008 http://www.simplemachines.org/community/in...?topic=264871.0Credit to karlbensonMysql Gone Away / Lost connection to server during query http://dev.mysql.com/doc/refman/5.0/en/gone-away.htmlIf you are receiving an error that Mysql has "gone away" or lost connection to the server during query it is probably because either the server has timed out or the server closed the connection part way through loading the page.In order to resolve the problem you may need to increase these two values in mysql.ini or my.cnf (different Operating Systems use different files) , and restart mysql.wait_timeout = 28800connect_timeout = 28800(Figures used are the default values in seconds = 8hours).This error is usually occurs on cheap shared servers where the above values have been changed from default and set far too low. (In an attempt to keep database server very responsive, but to the expense of basic usability).If you don't have access to change these settings (most likely if you are on Shared Hosting), then you'll need to ask your host to do.However some hosts may refuse to increase the values. In that case the only solution therefore would be to find a better host.http://dev.mysql.com/doc/refman/5.0/en/gone-away.html Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.