2006 - MySQL server has gone away
select SUBSTRING_INDEX(rd.reviews_text, ' ', 20) as reviews_text, r.reviews_rating, r.reviews_id, r.customers_name, r.date_added, r.reviews_read, p.products_id, p.products_price, p.products_tax_class_id, p.products_image, p.products_model, pd.products_name from reviews r, reviews_description rd, products p, products_description pd where r.products_id = '105' and r.reviews_id = rd.reviews_id and rd.languages_id = '1' and r.products_id = p.products_id and p.products_status = '1' and r.reviews_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' order by r.reviews_rating DESC limit 4
[TEP STOP]
2006 - MySQL server has gone away
select 1 from sessions where sesskey = '76ff31110314b334b540b6d05b6e0307'
[TEP STOP]