Re: Real Basic Question

2004-10-05 Thread SGreen
Brent, You need to modify your BUFFER size on your CMD shell screen. Right click the title bar then select "properties" and find the section that talks about Screen Buffer Size (it's under the "layout" tab for me). This only works for me if I use it in a window (not full screen). I always cre

RE: Real Basic Question

2004-10-04 Thread OMalley, Brent
Thanks! -Original Message- From: Kyle Kirkland [mailto:[EMAIL PROTECTED] Sent: Monday, October 04, 2004 3:15 PM To: OMalley, Brent Cc: [EMAIL PROTECTED] Subject: Re: Real Basic Question Mysql> \P less PAGER set to less Mysql> show tables; You can see other cool flags by typing

Re: Real Basic Question

2004-10-04 Thread Kyle Kirkland
Mysql> \P less PAGER set to less Mysql> show tables; You can see other cool flags by typing 'help;' at the mysql prompt. On Mon, 4 Oct 2004 14:58:29 -0700, OMalley, Brent <[EMAIL PROTECTED]> wrote: > I am a beginner, so forgive me. > > From mysql if I type: > > Mysql>show tables; > > The resu

Real Basic Question

2004-10-04 Thread OMalley, Brent
I am a beginner, so forgive me. >From mysql if I type: Mysql>show tables; The result scrolls to the last lines and then the prompt again. Is there an argument or a variable I can set that will act like 'more' or 'less' in unix? I want it to stop scolling so I can walk through the results.