MYSQL 安装时遇到这个问题
The configuration for MySQL Server 8.0.22 has failed.
You can find more information about the failures in the ‘Log’ tab.
mysql 安装问题

第一个方法

看是否正确以管理员安装MySQL

在windos 的cmd下安装mysql

在mysql的bin目录下面执行: mysqld --install

报错:

信息如下:

Install/Remove of the Service Denied

解决办法:

打开cmd.exe程序的时候选择“用管理员身份打开”。mysql 安装问题
C:\Windows\system32>mysqld --install
Service successfully installed.

mysql 安装问题

第二种情况

解决方法: windows左下角找到计算机管理->服务,找到MYSQL服务,右键属性,登陆选,将登陆身份换为本地系统用户即可解决问题

mysql 安装问题

mysql 安装问题
mysql 安装问题

第三种
mysql 安装问题
mysql 安装问题

mysql 安装问题

mysql 安装问题
mysql 安装问题

这基本是我在这个安装过程中遇到的问题,希望对你们有点帮助。

相关文章:

  • 2021-10-20
  • 2021-07-25
  • 2021-10-28
  • 2021-06-13
  • 2021-11-22
  • 2021-07-03
  • 2021-12-31
猜你喜欢
  • 2022-01-08
  • 2021-07-01
  • 2022-01-05
  • 2021-05-15
相关资源
相似解决方案