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 (335978,392840,393946,12253,15639,17046,30287,37252,38043,39754,46543,48998,64348,91034,101858,125885,134002,149087,149095,155075,156480,157236,173567,182163,182295,193778,201744,203066,210727,210979,212154,212606) AND v.status = 1 GROUP BY v.video_id
Error Message: Server shutdown in progress
Error Number: 1053