MySQL Forums
Forum List  »  Oracle

Re: how to stop and start mysql database
Posted by: Wagner Bianchi
Date: March 23, 2009 06:56AM

Hi friend,

On Windows you can use the utility "net", thus:

-> START SERVER: net start mysql
-> STOP SERVER: net stop mysql

In additional, for stop the server, u can use the mysqladmin, thus:

C:\> mysqladmin -u <user> -p shutdown

The <user> must have the SHUTDOWN administrative privileges, ok?

Best regards.

Options: ReplyQuote


Subject
Views
Written By
Posted
22405
March 22, 2009 07:03AM
Re: how to stop and start mysql database
54807
March 23, 2009 06:56AM


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.