Home  >  Article  >  Database  >  MySql Service Installation_MySQL

MySql Service Installation_MySQL

WBOY
WBOYOriginal
2016-06-01 13:38:33839browse

bitsCN.com

intall the mysqld as a windows service:

 

mysqld.exe --install "MySQL01" --defaults-file=”d:/mysql/mysql.ini”

 

net start “MySQL01” >NUL

 

mysqld.exe –-remove “MySQL01”

bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn