sign in
|
add example
|
see also:
update
update rows of a table
[
man 7
]
example
queries have been logged to update the cache tables:
find in mysql binary logs how many update queries were executed;
copy
0
1
queries have been logged to update the cache tables:
mysqlbinlog mysql-bin.000099 | grep -ci 'update cache'
find in mysql binary logs how many update queries were executed;
binlog,
binary
log,
update
cache,
mysqlbinlog
5 months ago
ShahidMahmud
3 |
Result:
84759
Comment
Login to post: