Thanks to everyone for responses, but the conclusion I'm reaching is that there is no simple command to stop scrolling of the table list in dos. As Hassan Schroder said, "pager doesn't work in Windows, anyway." I did try

mysql>SHOW TABLES \P less;

and got an error message. I just don't understand why there isn't a simple, parallel command for a table list to, e.g., mysql>select * from table1 limit 5;

Ken

******
On Mon, 31 May 2004 21:19:28 -0700, Robert J Taylor <[EMAIL PROTECTED]> wrote:



[EMAIL PROTECTED] wrote:

Ultimately simple, but I don't find the answer: how to stop a list from scrolling to the bottom when the command SHOW TABLES is entered.

I assume you are referring to the command line of the mysql client?

I use:

mysql>\P more

or

mysql>\P less

depending on my mood.

Other client tidbits can be found using \h or \? at the *> prompt.



Ken


HTH,

Robert J Taylor
[EMAIL PROTECTED]




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



Reply via email to