将mysql安装为winsow服务
1、执行命令: mysqld-nt.exe --install (安装到windows的服务) 或者是mysqld -install
2、执行命令: net start mysql (启动服务)【有时服务启动不了,尤其是重装mysql数据库时,会发生类似于服务路径不存在的情况。这是修改注册表:HKEY_LOCAL_MACHINESystemCurrentControlSetServicesMySQLImagePath的值为 安装路径in即可。】
安装mysql Install/Remove of the Service Denied!错误的解决办法
在windos 的cmd下安装mysql
在mysql的bin目录下面执行: mysqld --install
报错:
信息如下:
Install/Remove of the Service Denied
解决办法:
打开cmd.exe程序的时候选择“用管理员身份打开”。