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 (697186,45462,46480,59309,127034,142771,143357,145076,150226,162337,162523,171961,172911,196974,216376,219259,220639,220740,222523,222981,226263,226554,226715,226825,227396,227399,227762,228043,229812,230205,230529,230829,230938,233100,233368,236015,236908,237172,237307,237467,238632,239200,239638,240908,248221,249676,253423,266747,269349,271575,272228,276300,276526,295597,295598,301305,310462,312017,338058,342677,350956,354334,359039,359350,361424,362997,367502,367503,367987,367988,376005,405029,417049,417866,419887,422529,423181,426073,426764,428484,430484,439833,441081,441212,443594,458264,468349,513743,518537,520068,525602,536390,541067,589388,642338,667755,690079,692979,698382,698384,700011,703095,705827,711113,711878,712149,723251,724967,738736,739033,748510,752672,754151,773684,781033,918940,921733,921790,937068,943099) AND v.status = 1 GROUP BY v.video_id
Error Message: Server shutdown in progress
Error Number: 1053