TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Readable MySQL command line output (Looks like YAML)

23 pointsby kevTheDevalmost 17 years ago

4 comments

bprateralmost 17 years ago
I discovered the goddamn \G trick about six months ago. I couldn't believe I hadn't picked it up anywhere else. It's the most useful thing you can learn when dealing with the MySQL shell! (Especially when your eyes buzz out trying to line up a huge table!)
inrevalmost 17 years ago
It seems you guys never seen the "mysql Tips" section in the MySQL manual:<p><a href="http://dev.mysql.com/doc/refman/5.0/en/mysql-tips.html#vertical-query-results" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/mysql-tips.html#verti...</a>
评论 #228941 未加载
vasudevaalmost 17 years ago
This is a really useful trick.<p>Does anyone know of an Oracle analog?
评论 #228747 未加载
marronealmost 17 years ago
goddamn, this is great. Why have I never heard of this before