Home > Database > Mysql Tutorial > 如何安装mysql服务_MySQL

如何安装mysql服务_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:38:40
Original
1305 people have browsed it

bitsCN.com


如何安装mysql服务

 

我刚开始安装mysql的时候,在windows的服务里面可以看到,但是装了以后有一段时间没有用它了,我在准备从windows的服务里面启动mysql服务的时候,发现没有mysql的服务了,那我的解决办法就是:    

 

            1.如果你没有安装mysql数据库的话,就先安装mysql服务

 

             2.在就在mysql的安装目录下面的bin目录下面,找的mysqld.exe

 

             3.安装mysql服务有两种方法

 

                  3.1:直接运行mysqld.exe就可以安装服务了

 

                  3.2:如果上面这种方法不行的话,打开dos命令,,记住cmd要以管理员的身份打开,找到mysql.exe,运行命令mysqld.exe --install  Mysql5.5其中Mysql5.5是服务的名称,上面的这个命令是装好的服务会在你开机的时候自动启动,如果你想将服务改为手动的就,就运行下面这个命令:mysqld.exe --install-manual这样就需要使用下面的命令启动服务:net start MySQL删除服务的命令是:mysqld.exe --remove
 

bitsCN.com
Related labels:
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
Latest Issues
Can Windows be learned?
From 1970-01-01 08:00:00
0
0
0
Install PHP in windows environment
From 1970-01-01 08:00:00
0
0
0
zookeeper extension under windows
From 1970-01-01 08:00:00
0
0
0
Can I play vim happily on Windows?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template