MySQL Forums
Forum List  »  Install & Repo

Re: Run mySQL as Windows Services in WinXP
Posted by: lu windy
Date: August 30, 2004 01:21AM

1.You should first turn off your MySQL as "mysqladmin -u root shutdown"
2.Then register it as Service using "mysqld --install"
3.Try it using "net start mysql"

The point is you should turn off DB before it.

Options: ReplyQuote


Subject
Written By
Posted
Re: Run mySQL as Windows Services in WinXP
August 30, 2004 01:21AM


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.