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