I'm using Putty (Command-line) and running a
mysql> SELECT * FROM sometable;
The 'sometable' has many fields and this results in many columns trying to be displayed in the terminal. The fields wrap onto the next line so it is very hard to line up Column titles with Field values.
What solutions are there for viewing such data in terminal?
(p.s. I don't have/want access to phpMyAdmin - or other GUI interfaces)
Looking for command-line solutions such as this Save MySQL Query results into text or CVS file (save-mysql-query-results-into-a-text-or-csv-file)