Someone at work came across this the other day. Its a new web-based MySQL administration tool, similar to phpMyAdmin. To use it all you have to do is simply unzip it in some web-accessible location then log in with a valid MySQL username and password and start accessing your databases.

I've been playing with it for a couple hours. So far it seems to do everything I need and for the most part I'm liking the interface better than that of MySQL (though there are a few things that confused me at first, like exporting a single table vs. a whole database). For quick, temporary installs this sure beats the monotony of the phpMyAdmin config file.

http://www.sqlbuddy.com/

--Jason