Portal Home > Knowledgebase > Articles Database > MySQL Server
MySQL Server
Posted by tnnhost, 10-11-2009, 10:24 AM |
Any advise with the message:
500 - DB function failed with error number 2006
MySQL server has gone away SQL=SELECT `id`,`link` FROM jos_menu WHERE ((`name` LIKE '%%') AND (`published` > 0))
You may not be able to visit this page because of:
1. an out-of-date bookmark/favourite
2. a search engine that has an out-of-date listing for this site
3. a mistyped address
4. you have no access to this page
5. The requested resource was not found.
6. An error has occurred while processing your request.
Please try one of the following pages:
* Home Page
If difficulties persist, please contact the System Administrator of this site.
DB function failed with error number 2006
MySQL server has gone away SQL=SELECT `id`,`link` FROM jos_menu WHERE ((`name` LIKE '%%') AND (`published` > 0))
|
Posted by CodyRo, 10-11-2009, 12:16 PM |
Does that query make the MySQL server crash? That error is the generic way of saying "I can't connect to the MySQL server / it went poof when I was mid-query".
|
Posted by Servax, 10-11-2009, 09:24 PM |
You may need to optimize your my.cnf configuration a bit, but MySQL has a documentation on what could be causing it:
http://dev.mysql.com/doc/refman/5.0/en/gone-away.html
|
Add to Favourites Print this Article
Also Read