Home >Database >Mysql Tutorial >How to solve the problem of not seeing the mysql service?
Solution: 1. Open the cmd command window as an administrator; 2. Use the "cd" command to switch to the bin directory of mysql; 3. Enter the "mysqld.exe --install" command and press Enter. , output "service successfully installed.".
(Recommended tutorial: mysql video tutorial)
MySQL has been installed and is not in the service list because it has not been used for a long time. , cannot start, solution:
1. Execute cmd as administrator;
2. Switch to the bin directory under the mysql installation directory, and execute mysqld.exe -- install
command, if you see service successfully installed.
, it means the service installation is successful.
3. Start the MySQL service and enter the net start mysql
command
4. Open In the service list, you can see the mysql service,
The above is the detailed content of How to solve the problem of not seeing the mysql service?. For more information, please follow other related articles on the PHP Chinese website!