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 (839445,109095,499772,499671,837415,838431,839172,839428,839802,840530,840554,842084,842628,842782,843360,843507,844756,848163,567189,744710,835840,836461,836775,837812,838365,839392,840170,842568,843942,844291,845182,845358,845478,845598,845693,845696,845850,846087,846204,846709,847113,847670,847886,850220,851074,851204,852795,74129,579189,840081,841972,850151,426357,519173,836961,838385,839902,841005,841197,843359,845701) AND v.status = 1 GROUP BY v.video_id
Error Message: Server shutdown in progress
Error Number: 1053