PITTURASQL ERROR: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
select c.categories_id,cd.categories_name
from categories c, categories_description cd
where c.parent_id = '557'
and c.products_group_access like ('%G%')
and c.categories_id = cd.categories_id
and cd.language_id = '1' order by sort_order