1053 - Server shutdown in progress

select count(p.products_id) as count from (products p) join (products_to_categories p2c) on (p.products_id = p2c.products_id) left join (specials s) on (p.products_id = s.products_id) left join (products_description pd) on (p.products_id = pd.products_id) left join (manufacturers m) on (m.manufacturers_id = p.manufacturers_id) INNER JOIN products_specifications ps8 ON p.products_id = ps8.products_id where p.products_status = '1' and p2c.categories_id = '44' and m.manufacturers_name in ( 'Terra' ) AND ps8.specification <=> 'green.png' AND ps8.specifications_id = '8' AND ps8.language_id = '2'

[TEP STOP]

2006 - MySQL server has gone away

select count(*) as total from sessions where sesskey = '0f01d059c96f93ce8daab3e6c9126245'

[TEP STOP]