Hi,
I want to start the mysql services by manually in the dos on windows......
Starting an Mysql Service :
The service name is invalid.
More help is available by typing NET HELPMSG 2185.
Stopping an Mysql Service :
System error 1060 has occurred
The specified service does not exist as an installed service.
Thanks in advance.....
I want to start the mysql services by manually in the dos on windows......
Starting an Mysql Service :
Code:
[B] shell>net start mysql[/B]
More help is available by typing NET HELPMSG 2185.
Stopping an Mysql Service :
Code:
[B] shell>net stop mysql[/B]
The specified service does not exist as an installed service.
Thanks in advance.....
Comment