Senin, 03 Desember 2018

Kill Process MySQL

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

Tidak ada komentar:

Posting Komentar