Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

It would be cool/helpful/life affirming to be able to kill rds queries via innotop. Does anyone know if a plugin exists for this?

Here's why innotop can't kill queries out of the box: Amazon RDS doesn't allow the killing of queries in the same way as a standard mysql installation: access to KILL() is not allowed. Instead they provide the interface CALL mysql.rds_kill_query($query_id);.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.