* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-04-24 19:40 +0200]:
> I want to know if there is a way to change the display of the mysql 
> query results. 

If you're under GNU/Linux, type "\P less -S" at the mysql prompt.
This sets the pager to "less", which allows you to use the four cursor
keys for scrolling though the results.

Another idea would be typing "\G" instead of ";" at the end of each
statement, which prints the columns as lines.

Type "help" at the mysql prompt to learn more about these internal
commands.

-- 
Johannes Franken
 
MySQL Certified Professional
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to