Re: Stop Scrolling

2004-06-01 Thread kc68
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 unders

RE: Stop Scrolling

2004-06-01 Thread David Brodbeck
> -Original Message- > From: Hassan Schroeder [mailto:[EMAIL PROTECTED] > [EMAIL PROTECTED] wrote: > > > When I do > > mysql>SHOW TABLES \p less; > > I get the error message "You have an error in your SQL syntax near > > 'less' in line 1" I am using dos, not unix. > > 1) that's not

Re: Stop Scrolling

2004-06-01 Thread Hassan Schroeder
[EMAIL PROTECTED] wrote: When I do mysql>SHOW TABLES \p less; I get the error message "You have an error in your SQL syntax near 'less' in line 1" I am using dos, not unix. 1) that's not the example provided 2) \p != \P 3) `pager` doesn't work in Windows, anyway, per:

Re: Stop Scrolling

2004-06-01 Thread kc68
When I do mysql>SHOW TABLES \p less; I get the error message "You have an error in your SQL syntax near 'less' in line 1" I am using dos, not unix. 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

Re: Stop Scrolling

2004-05-31 Thread Robert J Taylor
[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

Re: Stop Scrolling

2004-05-31 Thread Chris
Rhino wrote: - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 31, 2004 2:20 PM Subject: Stop Scrolling 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.

Re: [MySQL] Re: Stop Scrolling

2004-05-31 Thread Ashley M. Kirchner
Rhino 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 was wondering that myself so I took a look in the manual and found something promising: pager. See http://dev.mysql.com/doc/mysql/en/mysql_Command

Re: Stop Scrolling

2004-05-31 Thread Rhino
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 31, 2004 2:20 PM Subject: Stop Scrolling > 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 was wonderi