View Single Post

  #1 (permalink)  
Old 12-02-2005
Pat Serrand
 
Posts: n/a
Default Starting MySQL from the Windows Command Line

Hello,

Mysql is running on Windows.

With previous versions of mysql I can start mysql from the command line
with:
C:\> C:Mysql\bin\mysqld

Now with version 5.0.16 this command don't start mysql.
The only way I found to start mysql from the command line is to enter:
C:\> C:Mysql\bin\mysqld --console
But with the option --console I can't close the console window.

Is it possible to use the command line to start mysql from the console and
close this console (mysql running).

thanks for your help.

Patrice


Reply With Quote