2013 - Lost connection to MySQL server during query
select distinct p.products_id, p.products_image, p.products_tax_class_id, pd.products_name, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products p left join specials s on p.products_id = s.products_id, products_description pd where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '4' order by p.products_date_added desc limit 15
[TEP STOP]
2006 - MySQL server has gone away
select count(*) as total from sessions where sesskey = 'mp1s0be2ok4t2cljflfglvigk2'
[TEP STOP]
|