在windos 的cmd下安装mysql
在mysql的bin目录下面执行: mysqld --install
报错:
信息如下:
Install/Remove of the Service Denied
解决办法:
打开cmd.exe程序的时候选择“用管理员身份打开”。
本文介绍了一种在Windows系统使用CMD命令行安装MySQL服务时遇到的权限问题及解决方法。当执行mysqld --install命令时出现Install/Remove of the Service Denied错误提示,解决这一问题只需确保CMD程序是以管理员身份运行。
在windos 的cmd下安装mysql
在mysql的bin目录下面执行: mysqld --install
报错:
信息如下:
Install/Remove of the Service Denied
解决办法:
打开cmd.exe程序的时候选择“用管理员身份打开”。

被折叠的 条评论
为什么被折叠?