Dumb Q about command line
am 19.01.2006 13:04:31 von IkeI 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
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
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
But won;t that invoke a second instance of MySQL ? -Ike
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
"Ike"
@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
:)