Hi,
> I like to chyeck my mysql db's/tables using the unix command line, and
> doing a "select * from table". However some field are very long - varchar
> 255 - is there a way to set the display width when viewing the data. ie -
> so that binary/large text fields are truncated after a few charact
Hi,
I like to chyeck my mysql db's/tables using the unix command line, and
doing a "select * from table". However some field are very long - varchar
255 - is there a way to set the display width when viewing the data. ie -
so that binary/large text fields are truncated after a few characters.
Th