When I click on a particular portion in my website, only I found this error... what should I do.. Please help.
Error Number: 2006
MySQL server has gone away
This is the sql query I use:
SELECT
bctoad_ad.ad_title, bctoad_ad.ad_description, bctoad_ad.ad_date, bctoad_ad.ad_image,
bctoad_pushtotop.post_rank,bctoad_pushtotop.post_id
FROM bctoad_ad
INNER JOIN bctoad_pushtotop
ON bctoad_ad.ad_id=bctoad_pushtotop.post_id
and bctoad_ad.ad_status='A'
and bctoad_ad.user_id='UID130308315357256' limit 0,3`