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 [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]