How do I make CLI MySQL not display in this weird way?
![](Sorry about the watermark, that was added for any of the pictures that get uploaded by users.
1 Reply
database normalization
Using either the –vertical option to mysql or terminating the query with \G instead of ; (e.g. "select * from domains where blah is blah\G") will make it output vertically… this is probably a lot more usable, although it might not be exactly what you're after.