当前位置:   article > 正文

MySQL —— Database initialization failed 错误处理_attempting to grant the required filesystem permis

attempting to grant the required filesystem permissions to the 'nt authority

安装 MySQL 过程中遇到的错误,记录一下,避免下次又遇到同样的错误。

安装 MySQL 8.0.33 到最后一步时,出现了小红点无法往下执行了。找了网上的方法解决了问题,为了避免下次遇到同样的问题,所以来记录一下解决方法。

打印的错误 log 信息如下:

Successfully added the Windows Firewall rule.
Ended configuration step: Updating Windows Firewall rules

Beginning configuration step: Adjusting Windows service

Attempting to grant the required filesystem permissions to the 'NT AUTHORITY\NetworkService' account.
Granted permissions to the data directory.
Adding new service
New service added
Ended configuration step: Adjusting Windows service

Beginning configuration step: Initializing database (may take a long time)

Attempting to run MySQL Server with --initialize-insecure option...
Starting process for MySQL Server 8.0.33...
Starting process with command: C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 8.0\my.ini" --console --initialize-insecure=on --lower-case-table-names=1...
C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.33) initializing of server in progress as process 16316
mysqld: File '.\浜掕紑鍙戦儴-鐬?bin.index' not found (OS errno 2 - No such file or directory)
The designated data directory C:\ProgramData\MySQL\MySQL Server 8.0\Data\ is unusable. You can remove all files that the server added to it.
Aborting
C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: Shutdown complete (mysqld 8.0.33)  MySQL Community Server - GPL.
Process for mysqld, with ID 16316, was run successfully and exited with code 1.
Failed to start process for MySQL Server 8.0.33.
Database initialization failed.
Ended configuration step: Initializing database (may take a long time)
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25

首先,回退到下面这个界面:
在这里插入图片描述

到了 “Logging Options” 这一步时,将下面圈出来的几处的乱码手动修改为如下:
在这里插入图片描述

my.ini 文件同步也会更新如下:
在这里插入图片描述
做了这些修改之后,就安装成功了。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/478849
推荐阅读
相关标签
  

闽ICP备14008679号