Is there a tool that will format MySQL output? [closed]
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?
Except from forcing them to use the --table option when using mysql, I don't know :)
I'm going to have a look if such a tool exists.
Pasting the output into eclipse is what I've been doing. If anybody ever leaves a good tool, I'll accept their answer instead.
精彩评论