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 (705200,111601,423651,55049,514000,860205,765940,134425,58647,75269,821410,28267,2886,50058,866197,9701,681872,10202,384311,706278,29933,16783,58506,119599,867908,7951,850193,68070,816970,46343,16561,82369,15832,75106,867725,868655,870768,871043,3131,3643,9597,39079,42733,142,24914,56183,127988,133029,82,101847,822418,868194,1682,7322,35540,44350,50396,11,37386,53854,54092,57403,57947,64738,128475,1942,28562,58825,14165,102599,120213,230401,719797,725360,764929,868323,1500,8180,9536,10046,23231,24211,24673,26375,26595,27245,30911,51147,15040,27530,52859,58050,58193,82970,103084,151631,197687,569202,783865,849054,852633,102677,45787,523588,19060,400819,42221,42507,47221,64740,86754,110213,110930,129953,183141,195810,422028,514390,568548,634577) AND v.status = 1 GROUP BY v.video_id
Error Message: Server shutdown in progress
Error Number: 1053