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
> 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
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 wondering if there is