When I do mysqladmin extended
from the command line, my Com_* counters differ completely from doing a show status
when consoled into MySQL. Why is this?
views:
23answers:
1
A:
http://dev.mysql.com/doc/refman/5.1/en/show-status.html
All was explained there. The session was defaulted to local when consoled, while mysqladmin defaulted to global.
john a macdonald
2009-12-14 21:06:20