Query: SELECT v.video_id, v.title, v.slug, v.total_views, v.duration, v.rating, v.likes, v.rated_by, v.add_time, v.thumb, v.thumbs, v.source_id, v.url, GROUP_CONCAT(t.tag) AS tags, GROUP_CONCAT(tt.tag) AS translations FROM video AS v LEFT JOIN video_tags AS vt ON (vt.video_id = v.video_id) LEFT JOIN tags AS t ON (t.tag_id = vt.tag_id) LEFT JOIN tags_translations AS tt ON (tt.tag_id = t.tag_id AND tt.lang_id = 1) WHERE v.video_id IN (46008,10189,56633,3684,28655,40105,35408,8226,10350,30849,38896,41120,45084,46735,1420,1770,5286,19520,23731,10306,57472,796,19165,19625,33936,10097,8175,23472,8899,59158,32139,41792,23418,532,15741,34332,57809,23425,1513,8898,11426,23470,24442,11297,508,5418,24905,50496,59620,43313,44993,55600,10890,29314,11908,23421,11865,6426,11337,24915) AND v.status = 1 GROUP BY v.video_id
Error Message: MySQL server has gone away
Error Number: 2006