Archive for the ‘SQL’ Category

MySQL CLI pager tweaks

Monday, July 30th, 2007

The default settings for the MySQL command line client are a bit annoying. There’s no output paging; columns with more than 80 characters are wrapped making matching field name to field data difficult. Here’s a way to make life easier.

(more…)