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 (173988,174585,178106,181461,192975,208252,213753,215970,272613,330331,385253,385648,386181,387607,388855,389408,390371,391806,392265,396318,397574,506390,511947,521731,619887,629357,708668,846399,850514,863363,873617,881691,48016,49168,56139,58487,58488,67873,71678,80809,89662,128886,128887,128888,138558,167096,176818,198431,209256,211831,324602,345432,385846,389120,389281,391438,397712,400912,403314,403940,407513,427379,429905,438606,456219,457092,470003,482093,510406,554793,590656,652516,692741,778177,857486,7712,45894,49725,52994,54797,58816,58817,61294,61295,61901,62557,63104,63105,69663,71532,71880,84285,86411,89258,90300,92511,94227,100844,105381,109078,111009,128377,128378,128379,138331,139520,139980,141696,144700,150032,150991,151296,154804,157423,157867,159988,160926,162435,162601,162682) AND v.status = 1 GROUP BY v.video_id
Error Message: Server shutdown in progress
Error Number: 1053