mysql -s -e "show processlist;" | grep 'Sending data' | awk '{print "kill "$1";"}'
posted on 2017-07-20 15:30 dongruiha 阅读(304) 评论(0) 编辑 收藏 举报