ERROR: Sort aborted
---
SELECT *, DATE_FORMAT(article_submitteddate, '%b %D %Y') AS article_submitteddate2 , DATE_FORMAT(article_submitteddate, '%r') AS article_submitteddatetime FROM ams_articles LEFT JOIN ams_articleratings ON article_id = articlerating_articleid
INNER JOIN ams_users ON user_id = article_submitterid
WHERE article_state = 1
ORDER BY article_id DESC LIMIT 10
---
Sort abortedSort abortedERROR: Lost connection to MySQL server during query
---
SELECT template_name, template_text FROM ams_amstemplates WHERE template_skin='gila1' AND (template_set='Main' OR template_set='universal') AND template_type = 0
---
Lost connection to MySQL server during queryERROR: MySQL server has gone away
---
SELECT template_name, template_text FROM ams_amstemplates WHERE template_skin='gila1' AND (template_set='Main' OR template_set='universal') AND template_type = 1
---
MySQL server has gone away