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 (4209,4208,4206,4207,4204,4205,4201,4200,4202,4203,4196,4197,4198,4199,4193,4192,4195,4188,4189,4190,4191,4186,4187,4184,4185,4181,4182,4183,4177,4178,4174,4173,4176,4170,4171,4172,4166,4169,4167,4168,4165,4162,4163,4164,4161,4158,4159,4160,4155,4156,4154,4157,4153,4001,3999,3991,3988,3962,3889,3887) AND v.status = 1 GROUP BY v.video_id
Error Message: MySQL server has gone away
Error Number: 2006