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 (422278,432327,432328,432537,444491,445047,445048,446771,447867,448942,476099,499489,139300,223032,292020,338374,346530,367245,369010,389391,391166,404891,406809,418483,418609,421112,424829,425644,430372,434184,437011,441003) AND v.status = 1 GROUP BY v.video_id
Error Message: Server shutdown in progress
Error Number: 1053