2013 Lost connection to MySQL server during query
in:
[select r.reviews_id, r.reviews_rating, p.products_id, p.products_image, pd.products_name,
substring(reviews_text, 1, 70) as reviews_text
from reviews r, reviews_description rd, products p, products_description pd
where p.products_status = '1'
and p.products_id = r.products_id
and r.reviews_id = rd.reviews_id
and rd.languages_id = '1'
and p.products_id = pd.products_id
and pd.language_id = '1' and r.status = 1 and p.products_id = '12259']
0 Fehler: Es konnte keine Verbindung mit der Datenbank hergestellt werden
in:
[select count(*) as total
from sessions
where sesskey = 'mk1gff2d0ntomqkgpievea2co1']