MySql Service Installation_MySQL
程序员文章站
2022-04-27 12:15:32
...
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