I currently use Toad for MySQL to execute random queries on my MySQL databases, but it just seems like that tool is more geared for people who want to actually write SQL scripts, as opposed to just using it to write one-line queries and see results.
The only real problem I have with Toad is that there are major bugs when it comes to switching servers and it has random (but frequent) periods when it says there is a query running after I perform a SELECT statement and the results have been displayed for a half hour. It gives you the option to cancel the query, but that will take about another 10 minutes before it cancels. I have to keep exiting the program via Task Manager and starting it up again, which has pushed me over the edge.
I would just use PuTTY to view the database, but it comes out very hard to read because of text-wrapping (any tables with more than a few columns start wrapping around).
So I'm looking for a free tool that will allow me to connect to one or more MySQL servers, write one or more queries, and choose which (or all) to execute, then display the results, one record on one row with no text wrapping. I'm using Windows 7 Pro and connecting to MySQL databases residing on Ubuntu servers, usually connecting via SSH, but I'm sure I could figure out how do it with TCP if needed.
I can live with it if Toad is my best choice, but I'm hoping there's something out there that better suits my needs.