MySQL’s command line output is very unreadable. I know about \G, but sometimes it’s not me running the query. For example, if somebody emails or IMs me query output, or if PHPUnit is auto printing output.
Is there some light weight online tool already made that I can drop in a MySQL command line output and it display it in a readable format?
Pasting the output into eclipse is what I’ve been doing. If anybody ever leaves a good tool, I’ll accept their answer instead.