Roland Carlsson wrote:
>
> Hi!
> I'm running a mysqldatabase testing a webshoppingapplication (long word). When
> running a select in the mysql-client i got this output:
>
> col1 | col2 | col3 | col4 | col5 |
> -------------------------------------------
> data4 | data4
> --------------------------------------------
>
> It should be:
>
> col1 | col2 | col3 | col4 | col5 |
> -------------------------------------------
> data1 | data2 | data3 | data4 | data4
> --------------------------------------------
>
> My question is: Where does data1, data2 and data3 goes. They exist in the database
> becaues the application finds them but the mysql-client doesn't, or atleast doesn't shows
> it properly. It is a know error?
>
> Roland Carlsson
Make sure your termcap/terminfo stuff is not corrupt. Also check to make
sure that the data has no funny characters that could mess up the way
the data looks ( e.g having a \r will move the cursor to the start of
the line).
--
Sasha Pachev
http://www.sashanet.com