After completing the installation of Mysql5.6, when using MySQL, open cmd, enter net start MySQL, prompt service name is invalid, view the list of services, also results can not find MySQL related services, the following method to solve. Solution: 1, open cmd, switch to the MySQL bin directory (this need according to their own computer MySQL installation location to find, the following is the MySQL installation directory on my Computer)
2. C:\Program Files (x86) \mysql5.6\bin>mysqld.exe-install
Service successfully installed.
3. C:\Program Files (x86) \mysql5.6\bin>net start Mysqlmysql Service has been started successfully
4. Now that the list of services is open, you can see the MySQL service.
Transferred from: http://jingyan.baidu.com/article/e75aca85762f77142edac616.html
MySQL does not install the computer inside the MySQL related service solution