Entry
Why are the database fields all written on top of one another when doing queries in my terminal?
Feb 29th, 2000 01:26
Nathan Wallace, Daniel Beckham, Sinisa Milivojevic
If you are doing this on the command line... it's because your terminal
isn't wide enough to show all the data on one line... it's word
wrapping... try only selecting the columns you need to see instead of
all the columns at once... or use a larger terminal..
If you use mysql monitor program, each row comes in different line.
You can use mysqlgui where you get your data in a spreadsheet form.