Home > Database > Mysql Tutorial > body text

Detailed explanation of why there is no mysql startup item in the service after the mysql database is installed

黄舟
Release: 2017-09-11 11:31:38
Original
2908 people have browsed it

I am using the mysql database installed by phpstudy, but there is no mysql startup item in the service (does not affect use). The reason is that the mysql service is not installed when installing mysql.

The solution is as follows:

 1. Run cmd.exe as an administrator (note the administrator identity!)

 2. Enter the mysql bin directory

 3. Install the mysql service

Installation service: mysqld --install

(Uninstall service: mysqld --remove)

Installation operation result:

4 . Check the local service and the mysql startup item

appears successfully

The above is the detailed content of Detailed explanation of why there is no mysql startup item in the service after the mysql database is installed. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!