Community

Exporting the mysql.slow_log table into slow query log format

(Charlie Killian) Using pt-query-digest is an excellent way to perform a SQL review. However, sometimes you don’t have access to the slow_query_log_file. For example, when MySQL runs on Amazon RDS, the slow_query_log_file is unavailable (see the RDS FAQ). To get around this, export the mysql.slow_lo

Read More - Register for Free Membership