MySQL Forums
Forum List  »  Newbie

Re: how to start Mysql server
Posted by: Stacey Michelle
Date: August 27, 2014 04:48AM

Starting MySQL from the Windows Command Line:
I have tested the following script in a batch file to start both apache and mysql in a development machine (windows 98 platform).

start c:\apache\apache
start c:\mysql\bin\mysqld-opt

To shutdown both apache and mysql i used the folloing script:

c:\apache\apache -k shutdown
c:\mysql\bin\mysqladmin -u root shutdown

Works fine for me.

Options: ReplyQuote


Subject
Written By
Posted
August 23, 2014 09:46AM
Re: how to start Mysql server
August 27, 2014 04:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.