The MySQL service startup item cannot be found in the list of services in the Control Panel after the MySQL database is installed
Solution: (Refer to the following command)
1, open cmd, switch to the MySQL bin directory (dos command switch directory | | 1, cd\ return to the root directory, 2, the CD file name into the specified file directory)
2, D:\Program Files\mysql5.1\bin>mysqld.exe-install
Service successfully installed. (Note: If this result is not a service successfully installed;
Instead of the install/remove of the Service denied!, why this result occurs: Because of insufficient permissions, the workaround is to open cmd with an administrator:
Enter CMD in the input box, and right-click on Cmd.exe under the program that shows the list to select Run as Administrator)
3. D:\Program files\mysql5.1\bin>net start MySQL
The MySQL service has started successfully.
Open the list of services and see the MySQL service
The MySQL database is installed and the MySQL solution is not found in the list of services.