Forum Moderators: phranque
I went back through all of my queries and looked at the select statements and what I was using in the WHERE clauses and used them to determine the indexes I should be using.
The tool allows analyzing the tables, queries, and database - basically anything you can do from the MySQL command line (thought I'm not sure about a dump). It interacts with either local or remote databases and it keeps a history of the commands you've issued - something PHPMyAdmin does not. You can even save queries and results or print them out if you wish. Very handy for troubleshooting and future reference. The messages window indicates things like errors, number of rows returned and how long the query took to execute.
All in all, a very handy tool.