Re: Command line interface

2002-06-03 Thread j.urban
Have a look at urSQL from http://www.urbanresearch.com/ursql On Mon, 3 Jun 2002, Ehmer David wrote: > Hi > > Very new to MySQL and just wondering if there is an alternative > interface to the command line. The beginners tutorial I am working > through from WWW.Mysql.com seems to do all tasks fr

Re: command line interface

2002-06-03 Thread [EMAIL PROTECTED]
> How do most users of MySQL interact with the program. I would imagine entering or editing large amounts of data at the command line would be quite a task. I have to say thhe comannd line interface is by far my preferred interface against MySQL. There are a few free GUI tools running on windows

command line interface

2002-06-02 Thread Ehmer David
Hi Very new to MySQL and just wondering if there is an alternative interface to the command line. The beginners tutorial I am working through from WWW.Mysql.com seems to do all tasks from the command line. This seems very cumbersome in modern times. I understand there is a graphical interfa

Re: Command line interface

2002-06-02 Thread Sherzod B. Ruzmetov
I use exclusevely command line interface, and i believe most of the programmers prefer command line interface over GUI. As to large queries... just save them in yor files or use 'edit' command. On Mon, 3 Jun 2002, Ehmer David wrote: > Hi > > Very new to MySQL and just

Command line interface

2002-06-02 Thread Ehmer David
Hi Very new to MySQL and just wondering if there is an alternative interface to the command line. The beginners tutorial I am working through from WWW.Mysql.com seems to do all tasks from the command line. This seems very cumbersome in modern times. I understand there is a graphical interfa

RE: Client Command Line interface "auto" compellation 3.23.39

2001-07-15 Thread Paul DuBois
At 1:32 PM +1000 7/16/01, Noel Clarkson wrote: > >> > >> >interestingly, if I type sh I get 'show ' but if I type show >ta I >> >don't get 'show tables' which is what I would expect. >> >> Does "show tables" actually produce a list of tables, or no tables? >> On some systems, there is a bug i

RE: Client Command Line interface "auto" compellation 3.23.39

2001-07-15 Thread Noel Clarkson
> > > >interestingly, if I type sh I get 'show ' but if I type show ta I > >don't get 'show tables' which is what I would expect. > > Does "show tables" actually produce a list of tables, or no tables? > On some systems, there is a bug in glibc that prevents it from working > properly, in which

RE: Client Command Line interface "auto" compellation 3.23.39

2001-07-15 Thread Paul DuBois
>Yep, some things work others don't. > >if I type sh then I get 'show ' > >sel give 'select ' > >but I thought I was able to type >select * from tbl >and that this used to give me all a list of all the table names that >started with tbl (or if there was only one it would just auto complete it >of

RE: Client Command Line interface "auto" compellation 3.23.39

2001-07-15 Thread Noel Clarkson
Yep, some things work others don't. if I type sh then I get 'show ' sel give 'select ' but I thought I was able to type select * from tbl and that this used to give me all a list of all the table names that started with tbl (or if there was only one it would just auto complete it of course).

Re: Client Command Line interface "auto" compellation 3.23.39

2001-07-13 Thread Sinisa Milivojevic
Noel Clarkson writes: > Hi all, > > When using the 3.23.39 client to connect to the server, pressing tab to > complete table names and field names etc doesn't seem to work. I seem to > get the mysql commands, but I thought in past clients I was able to get > table name and field name completi

Client Command Line interface "auto" compellation 3.23.39

2001-07-12 Thread Noel Clarkson
Hi all, When using the 3.23.39 client to connect to the server, pressing tab to complete table names and field names etc doesn't seem to work. I seem to get the mysql commands, but I thought in past clients I was able to get table name and field name completion as well. Have others noticed t