yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

Can't cancel a long running request #67

Closed stickboyc closed 5 years ago

stickboyc commented 5 years ago

Use Case:

I've accidentally run a query that will take many minutes to execute.

Current Behavior:

I am required to wait for the query to complete. (there may be a cancel button in the "Now communicating with MySQL server..." popup, but I can't scroll down to check).

Ideal Behavior:

A button at the top of the popup lets me stop the request.

kgingeri commented 5 years ago

Agreed. This would be a great function. Or at least let us get back to the process list so we can kill processes (tho that may be more dangerous - especially if it's an update?)

yoichiro commented 5 years ago

@stickboyc @kgingeri I have released a new version 4.10.0 supporting to disconnect during running a long query. Also, I added a new button to kill a process on the process list panel. The pull request is #74 Thank you for your feedback!