I did some queries without a commit. Then the application was stopped.
How can I display these open transactions and commit or cancel them?
List All:
SHOW FULL PROCESSLIST
if you want to kill a hang transaction copy transaction id and kill transaction by using this command:
KILL // e.g KILL 16543