4 messages in com.mysql.lists.win32Re: Command line interface question
FromSent OnAttachments
Charles Murison03 Feb 2001 09:10 
Miguel Angel Solórzano03 Feb 2001 10:03 
Roar Jørstad03 Feb 2001 10:06 
Guillaume03 Feb 2001 10:12 
Subject:Re: Command line interface question
From:Miguel Angel Solórzano (mig@mysql.com)
Date:02/03/2001 10:03:57 AM
List:com.mysql.lists.win32

At 10:11 03/02/2001 -0700, Charles Murison wrote: Hi!

Use the other client tool called mysqlc which provides support to scroll the screen. Take care to put in the path the dll cygwinb19.dll which you find on \mysql\lib directory.

Regards, Miguel

I have mySQL running on Win98 for local development work prior to running scripts on a full webserver. I like to use the mysql command line interface but I have problem. I open a DOS window and start the interface with 'mysql [database_name]' and I get connected without any problems. Everything works just fine except when I do a command that outputs a lot of information I can't scroll up and down in this stupid DOS window to see everything. Does anybody know of a way to scroll a DOS window up and down or is there a better way?

Thanks