Mysql service is missing
I have done it by the following way
- Start cmd
- Go to the "C:\Program Files\MySQL\MySQL Server 5.6\bin"
- type mysqld --install
Like the following image. See for more information.
Go to your mysql bin directory and install mysql service again:
c:
cd \mysql\bin
mysqld-nt.exe --install
or if mysqld-nt.exe is missing (depending on version):
mysqld.exe --install
Then go to services, start the service and set it to automatic start.
I also face the same problem. do the simple steps
- Go to bin directory copy the path and set it as a environment variable.
- Run the command prompt as admin and cd to bin directory:
- Run command : mysqld –install
- Now the services are successfully installed
- Start the service in service windows of os
- Type mysql and go