The solution to the failure of the mysql database service: first open cmd, switch to the mysql bin directory [D:\Program Files\MySQL5.1\bin>]; then enter [mysqld.exe -install] Order.
Mysql database service can not find the solution:
After installing the MySQL database, in the control The MySQL service startup item cannot be found in the service list of the panel
If we use the green free installation version of the mysql database, sometimes there will be a problem that the mysql database cannot be found
Solution :
Open cmd, switch to the mysql bin directory D:\Program Files\MySQL5.1\bin>
, and enter the mysqld.exe -install command
If it prompts Service successfully installed.
(note: if the result is not Service successfully installed;
but Install/Remove of the Service Denied
!, why this result: because the permissions are not enough, the solution is to open cmd as an administrator:
Input cmd in the input box, cmd under the program in the displayed list Right-click on .exe and select run as administrator)
More related free learning recommendation: mysql tutorial (video)
The above is the mysql database service I can’t find the detailed content of what to do, please pay attention to other related articles on 1024programmer.com for more information!