>I'm trying to start up mysql through dos prompt. 
When I enter a 
>command
>like c:\mysql\bin\mysqld or anything similar (any
command in the bin
>directory), it just waits there.  I can't Ctrl-C out
of it.  I can end 
>the
>process to get out.  What's happening?


You just started the server.  If you want to run it as
a service (I assume you have Windows NT or 2000), use
the --install option.

Now, you could open another command prompt window and
start mysql with, for example:

mysql --user=someguy --password=secret



Hope this helps.

=====
-------------------------
Benoit St-Jean
[EMAIL PROTECTED]
Yahoo! Messenger: bstjean
http://cactus.swiki.net
-------------------------

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to