Comment 2 for bug 894255

Revision history for this message
Daniel Nichter (daniel-nichter) wrote : Re: pt-kill: when --daemonize is given, should not check that stdin is a tty

pt-kill really only reads files on the command line (or piped via STDIN) for testing purposes. Normally, it connects to MySQL directly to get the processlist. How are you running the tool? It should be something like: pt-kill <options> --host <host> --user <user> --password <pass>