SQL Diagnostic Manager

BUMMER

USE mysql; SHOW FULL TABLES WHERE table_type = 'base table'; /* returns ... innodb_index_stats BASE TABLE innodb_table_stats BASE TABLE ......

Log security and log tables.

Accidentially I came across the statement "SHOW GRANTS requires the SELECT privilege for the mysql database." in MySQL  documentation...

FLUSH STATUS surprise?

What does FLUSH STATUS do? We all know that it will simply reset all status variables (except for 'uptime') to same values as immediately...

Performance_schema considerations.

I have for the first time been spending some time trying to understand the performance_schema. It is not easy to understand everything unless you...

1 3 4 5