Error Number: HY000
MySQL server has gone away
select pl.namevi, pl.slugvi, pl.slugen, pl.id, pl.photo, COUNT(p.id) AS total_products from table_product_list as pl LEFT JOIN table_product p ON p.id_list = pl.id where pl.type = ? and find_in_set('hienthi',pl.status) GROUP BY pl.id, pl.namevi, pl.photo ORDER BY pl.numb,pl.id desc