Install MySQL as a service
Install the server as a service using this command:
Install the server as a service using this command:
Start Mysql from command prompt using net command:
Thanks & Regards,
Chamath Gunasekara
C:\> "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --install
C:\> "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --remove
NET START MySQL
Stop Mysql from command prompt using net command:NET STOP MySQL
-- Thanks & Regards,
Chamath Gunasekara
Comments