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 (11289,14656,20428,23381,26647,27719,28800,29493,33057,33939,41995,45294,51529,52560,55652,58433,826458,827667,831613,832958,836051,841275,842794,843167,844800,845074,847183,851821,852309,852455,858205,860865,861471,865013,870344,871333,877991,878712,881038,881495,884635,884892,409094,445784,557268,27692,147072,576513,875511,754581,737621,741481,765017,743867,424054,530644,531832,638068,658206,770136,686678,732065,440557,449561,538168,333532,333930,408906,432399,433973,487237,767571,637154,769729,763785,535584,555775,598372,732270,506388,637322,734941,731,7787,9455,12634,13291,16447,16644,17407,17857,19760,19968,20286,20720,21693,23278,24177,24571,24766,25727,26956,27033,27199,28973,29399,30063,30843,31390,31647,32895,33326,33649,34095,34506,35397,35660,36837,42027,53994) AND v.status = 1 GROUP BY v.video_id
Error Message: Server shutdown in progress
Error Number: 1053