From: Dan Nelson Date: September 27 2008 4:44pm Subject: Re: Tables are too wide List-Archive: http://lists.mysql.com/mysql/214695 Message-Id: <20080927164420.GF86326@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Sep 27), Alex Katebi said: > Hi, > > When selecting (example: select * from mysql.db ) some of the mysql > database tables the result set does not fit in a standard xterm window. Is > there any terminal display program in Linux that has a horizontal scroll bar > that I can use? Or what can I do to split the table output to fit on my > screen? You can pipe results though less (which can display long lines unwrapped with -S) by running "pager" before sending your query. "nopager" turnes it off. -- Dan Nelson dnelson@stripped