美文网首页
MySQL安装

MySQL安装

作者: 怪咖咖咖 | 来源:发表于2022-03-22 09:52 被阅读0次

一、安装
参考:https://www.runoob.com/mysql/mysql-install.html
二、过程中遇到的问题
因为之前安装过,安装过程中出现一系列问题如下:
1)Install/Remove of the Service Denied
打开cmd.exe程序的时候选择“用管理员身份打开”。

2)--initialize specified but the data directory has files in it. Aborting.
问题1:


图片.png

解决方案:删除mysqldata目录


图片.png

3)The service already exists!
问题2:服务已存在


图片.png

解决方案:删除已有服务


图片.png

4)[SC] OpenService 失败 5: 拒绝访问。
问题:没有权限删除服务


图片.png

解决方案:使用管理员权限打开控制台,执行命令。

相关文章

网友评论

      本文标题:MySQL安装

      本文链接:https://www.haomeiwen.com/subject/wkxfjrtx.html