Archive for July 12th, 2010

  • Monitoring DML Stats per table in MySQL

    Monday, July 12th, 2010

    Most of time as an MySQL admin we need to keep track of the DML statements  per table , If we are not using any specific tool for doing this We can use the shell script for doing this which I came across the idea is to use the binlog to get all of the [...]