If you started a long running query that you want to abort, you can use the red "Cancel running queries"-stop button Show archive.org snapshot .
If you started a long running query and lost connection, the button may not be available any more. In this case (after reconnecting) you can use the SHOW PROCESSLIST;
SQL-Statement get a list of the running processes you started.
If you identified your process, use the
kill statement
Show archive.org snapshot
to abort it.
Posted by Judith Roth to Judith's Dev Notes (2022-06-02 09:39)