Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.4.7
-
Centos 7
Description
Currently, in order to kill an idle connection an administrator has to first run maxctrl list sessions and then run the SQL KILL command with the session ID. This whole process would be much simpler if the second step could be done via MaxCtrl.
Original description:
I can got list of session with this command from maxadmin
maxadmin list sessions
|
my question is how to kill sessions from maxadmin list sessions ? because some day I got issue like too much idle connections on maxscale.
Attachments
Issue Links
- relates to
-
MXS-4087 Kill session in MaxGUI
- Closed
You can kill sessions with the SQL KILL command through MaxScale. There's currently no way to kill individual sessions via MaxCtrl but it does make sense to be able to do that. If it's OK with you, I'll convert this into a feature request as it requires new functionality.