windows下安装、卸载mysql服务

admin5年前IT技术1037

windows下安装、卸载mysql服务

 将下载下来的mysql解压到指定目录下(如:d:\mysql)
安装服务
在命令行输入
d:\mysql\bin\mysqld -install
net start mysql
卸载服务
在命令行输入
net stop mysql
d:\mysql\bin\mysqld -remove

在win2000下
安装服务
在命令行输入
d:\mysql\bin\mysqld-nt -install
net start mysql

卸载服务
在命令行输入
net stop mysql
d:\mysql\bin\mysqld-nt -remove

或者直接编辑成bat文件双击执行

相关文章

树莓派安装软件

 apt-get install ...

google apptore在线打包下载工具

https://apkpure.com/cn/apk-downloader-browser-extension?install=true...

服务器上使用WMI报 '80041003' Automation 错误的解决办法

服务器上使用WMI报 '80041003' Automation 错误的解决办法

我在网上找的获取cpuid的vb代码,直接在vb中运行正常,我把它打包成dll文件,在asp中引用总是报下面错误 原因:'80041003'  Automation 错误&nbs...

解决Cannot load php7apache2_4.dll into server导致无法启动Apache

萌新在面对服务端开发使用PHP搭配Apache时会遇见Cannot load php7apache2_4.dll into server 例如 01 最最最主要的问题 Apache...

L2TP端口

1701,1702,4500,500...

2018最新WIN10系统各版本最新激活密匙大全

2018最新WIN10系统各版本最新激活密匙大全

 2018最新WIN10系统各版本最新激活密匙大全  2018最新WIN10系统各版本最新激活密匙大全密钥更新:win10企业版(政府版)400年期限密钥【Enterpr...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。