RDB Holdings & Consulting LLC d/b/a Athlon Authentics 209 River Hills Dr. Suite 15-17 Nashville, TN 37210 (888) 284-5661
(615) 255-8636
New Products
1317 - Query execution was interrupted
select p.products_id, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name from products p inner join products_to_categories p2c on p.products_id = p2c.products_id inner join categories c on c.categories_id = p2c.categories_id left join manufacturers m on p.manufacturers_id = m.manufacturers_id inner join products_description pd on p.products_id = pd.products_id where c.categories_status=1 and p.products_status = '1' and pd.language_id = '1' order by p.products_date_added DESC, pd.products_name limit 2460, 10
[TEP STOP]
2006 - MySQL server has gone away
select count(*) as total from sessions where sesskey = '29e7ff8c8ebea089641374d1965afad7'