When someone click on any videos on my site it give this error message:
ERROR: Unable to execute query
SELECT tv.vid FROM
`tag_video` AS tv,
`tags` AS t WHERE
tv.tag_id=t.id AND
t.tag='comedy'
GROUP BY tv.vid
MySQL server has gone away
I need help on what and how to fix it. Thanks
Bookmarks