sign in
|
add example
|
see also:
mysqlbinlog
utility for processing binary log files
[
package
|
man 1
|
homepage
]
example
byte count for queries which do NOT contain the 'UPDATE cache' line
copy
1
0
byte count for queries which do NOT contain the 'UPDATE cache' line
mysqlbinlog mysql-bin.000099 | grep -iv 'update cache' | wc -c
binlog,
mysqlbinlog
6 years, 11 months ago
ShahidMahmud
3 |
Result:
683265
Comment
Login to post: