While Windows releases of MySQL administration and profiling tools seem to be a dime a dozen, I'm having a very hard time finding very many designed for Linux.
Note that I'm not looking for monitoring software ala Nagios/Munin here. This would be something more along the lines of a SQLYog.
While I could write some basic scripts to handle most of the things I need from the CLI and do things through the mysql client console, are there any particularly good examples of good releases that do some or all of the following?
- Basic query profiling using EXPLAIN.
- Copy/diff of databases (some type of sync tool)
- Slightly more intuitive creation/editing/testing of triggers and stored procs
Knowing that many linux releases thrive on the "divide and conquer mentality", examples of tools that do ONE of the above very well would be of great help, too.