: You can query the information_schema.processlist table for similar information.
: Run SHOW FULL PROCESSLIST; in the MySQL command line. mysql kill long running queries
: For more detailed insights, query the information_schema.processlist or performance_schema.threads tables. : You can query the information_schema
KILL QUERY <id>;