1041 - Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
select p2c.categories_id from products p, products_to_categories p2c where p.products_id = '20996' and p.products_status = '1' and p.products_id = p2c.products_id and p2c.categories_id <> '999' limit 1
[TEP STOP]
1041 - Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
select count(*) as total from sessions where sesskey = '4db2609c71be7b3328d37d0651c64145'
[TEP STOP]