here I go with that trick:
- Login to MySql.
- run that query Select concat('KILL ',id,';') from information_schema.processlist where user='user';
- This will print all the process with KILL command.
- Copy all the query result, manipulate them and remove pipe. sign and paste all again into the query console. HIT ENTER.