As we know, MySQL workbench is excellent GUI tool for managing MySQL DB servers, creating ERDs (Data Modelling) and for sql development. But with this GUI tool, we are getting some command-line utilities too like mysqldiskusage, mysqlindexcheck, mysqlfailover, mysqldiff, mysqldbcompare etc.,
Here, I’m describing mysqldiskusage utility, which is not only displays mysql db usage but also displays usage of binary log, slow query log, error log, general query log, relay log, and InnoDB tablespaces.
For Read more [...]
Read This Post