Dumb Q about command line

Dumb Q about command line

am 19.01.2006 13:04:31 von Ike

I know this is a stupid question, but for the life of me I cannot find it in
the online docs. If I am running MySQL as a Windows Service, how do I obtain
the command line? Thanks, Ike

Re: Dumb Q about command line

am 19.01.2006 13:52:49 von Andy Jeffries

On Thu, 19 Jan 2006 12:04:31 +0000, Ike wrote:
> I know this is a stupid question, but for the life of me I cannot find it
> in the online docs. If I am running MySQL as a Windows Service, how do I
> obtain the command line? Thanks, Ike

Start|run|mysql

or Start|run|c:\mysql\bin\mysql

Of if you mean what options mysql is started with, maybe configure it
using c:\my.cnf?

P.S. I'm not a Windows user but hopefully the above will point you in the
right direction if it's not absolutely correct.

Cheers,


Andy

--
Andy Jeffries | gPHPEdit Lead Developer
http://www.gphpedit.org | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos

Re: Dumb Q about command line

am 19.01.2006 14:16:44 von Ike

But won;t that invoke a second instance of MySQL ? -Ike

Re: Dumb Q about command line

am 19.01.2006 16:13:32 von Marc Dver

Ike wrote:
> But won;t that invoke a second instance of MySQL ? -Ike
>
>

The mysql engine uses an executable either named "mysqld.exe" or
something similar based on which form of mysql you are running. The
command line interface program is mysql.exe.

Marc

Re: Dumb Q about command line

am 20.01.2006 16:38:25 von Good Man

"Ike" wrote in news:0jMzf.2507$rH5.1444
@newsread2.news.atl.earthlink.net:

> But won;t that invoke a second instance of MySQL ? -Ike


go to the dos prompt (start/run... type "cmd")

navigate to where your mysql bin folder is

type mysql -u -p


:)