MySQL database to solve data deadlock problem

##mysql database solves the problem of data deadlock
select group_concat("KILL " ,id SEPARATOR ';') from information_schema.processlist where user='platform';

## After the query results are obtained, it can be executed and it will kill all undesired related process

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326388426&siteId=291194637