awk mysql
Posted 滴滴滴--你不是爱拖延,而是爱逃避
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了awk mysql相关的知识,希望对你有一定的参考价值。
mysqlbinlog --no-defaults --base64-output=decode-rows -v -v mysql-bin.000002 |awk ‘/###/{if($0~/UPDATE|INSERT|DELETE/)count[$2" "$NF]++}END{for(i in count)print i," ",count[i]}‘|column -t|sort -k3nr|more
以上是关于awk mysql的主要内容,如果未能解决你的问题,请参考以下文章