Re: how to stop and start mysql database
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.
Subject
Views
Written By
Posted
22463
March 22, 2009 07:03AM
Re: how to stop and start mysql database
54866
March 23, 2009 06:56AM
9301
March 23, 2009 05:00PM
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.