Categories
MySQL Rdb

Show Users

Compare and contrast RMU/SHOW USERS and STOP/ID=nnn

rmu/show users uis
mysql> show processlist;

stop/id=nnnnnnn
mysql> kill n (where n is the processid from “show processlist”)