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”
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”