Posts Tagged ‘mysql cli’

MySQL Command Line Tips

Posted by michael on May 13th, 2009 under MySQL
Tags:  •  1 Comment

Working with MySQL’s command line shell is sometimes an exercise in patience. Here are some tips to make your life easier:
Display results vertically to avoid line-wrapping
If you do a select * from a table with a lot of columns, you will often end up with the results being wrapped across your terminal, making them just [...]