Title says it all. I could easily determine this myself, however I have a query running (that I initiated in this application) that I cannot terminate.
+1
A:
I don't believe it does.
You can run mysqladmin5 processlist
afterwards and check. If it's still there, you'll just have to kill it at the command line, with kill
.
ndp
2010-05-03 04:09:07
A:
I see you are using the old GUI tools, so you will probably also have MySQL Administrator on your system. You can login to MySQL administrator -> ServerConnections here you will be able to see the time - state - User and host of all the connections to the MySQL server. You can kill the thread that did not get closed.
BTW : You should try the MySQL Workbench 5.2 - That is the current tool replacing the old MySQL tools.
DMin
2010-05-03 04:09:23