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 (9520,114998,236620,239363,257430,257718,268252,310765,329125,437766,491309,492796,493872,496007,502938,509993,533269,533517,534593,534620,232625,252286,273788,307448,308197,311525,312646,314658,317126,321916,323740,326023,327896,329579,330285,331902,336764,419780,429947,495261,528141,529392,529859,531868,44,425,428,1044,1187,1437,1440,1467,1540,1733,1753,1760,1819,2376,2636,2640,2646,3263,3264,3428,3466,3469,3613,4093,4098,4644,4788,4797,4867,5055,5061,5067,5421,5498,5504,5505,5701,5824,6078,6086,6306,6577,6584,6785,6789,7298,7437,7440,7708,7766,8012,8493,8834,8835,9088,9207,9482,9483,9791,9940,10013,66781,66987,67002,67009,67989,68639,69071,69074,70227,70460,71022,71155,71598,71609,71618) AND v.status = 1 GROUP BY v.video_id
Error Message: Server shutdown in progress
Error Number: 1053