SQL ERROR: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
select p.products_id
from products p
where p.products_parent_id = 30195
and p.products_status = '1'
and (p.products_group_access like '%,0,%' or p.products_group_access like '0,%' or p.products_group_access like '%,0' or p.products_group_access='0')