User Tools

Site Tools


database:mysql:session-commands

Session commands

Show all processes

show processlist

Alternatively a query can be used:

select id,user, host, db, command, time, state, info, progress
from information_schema.processlist

Kill a process

kill 100

100 is the process id listed above.

database/mysql/session-commands.txt · Last modified: 2023/02/09 15:18 by odefta