mysqlkill
v0.2.1
Published
List and kill active mysql queries
Downloads
15
Maintainers
Readme
MySQL Kill
List and kill active mysql queries.
Installation
To use the mysqlkill from you command line interface, you have to
npm install mysqlkill -g
Usage
mysqlkill -h <hostname> -u <username> [-p <password>]
Options
-h, --help output usage information
-h, --host <host> host name
-u, --user <user> user name
-p, --password <password> password
License
This project is under the MIT license.