mysql / mysql-shell-plugins

Plugins for the MySQL Shell
Other
75 stars 15 forks source link

How to abort a running shell instance #16

Closed jankap closed 2 years ago

jankap commented 2 years ago

Suppose, I've started a dump of a big database and forgot the ddlOnly flag, what do I have to do in VSCode to abort the current command? Looks like even killing VSCode does not stop the process.

Thanks!

mike-lischke commented 2 years ago

It's a separate process so you have to kill it using your process monitor or restart the entire machine.