Query: SELECT v.video_id, v.title, v.slug, v.total_views, v.duration, v.rating, v.rated_by, v.likes, v.add_time, v.thumb, v.thumbs, v.source_id, v.url, GROUP_CONCAT(vc.category_id) AS ids FROM video AS v LEFT JOIN video_category AS vc ON (vc.video_id = v.video_id) WHERE v.video_id IN (551125,337380,550503,148762,568887,160898,170348,170352,189093,222499,241612,243604,484089,681299,714320,807480,1180,52251,55167,56839,121233,129944,130377,149583,166216,215377,215722,255875,263384,272641,448862,528273,528725,659158,709195,720713,863507,878833,2255,17735,22471,22472,26680,27080,30207,30917,32671,32855,33786,33788,36985,42311,46293,46902,47003,48159,50955,53280,56331,58984,61382,65702,82566,89378,92448,92486,93340,93379,93563,97580,100144,102664,114554,119508,138109,172405,207341,207622,228309,280533,292423,322857,339701,437631,468742,511950,512848,533155,602235,726573,790740,805975,819816,825453,836537,841343,845528,847413,851201,857490,865243,866159,870167,878529,882803,171,1056,1059,13141,15109,16465,18581,18746,19984,20199,23540,25772,26962,27002,29320) AND v.status = 1 GROUP BY v.video_id
Error Message: Server shutdown in progress
Error Number: 1053