mysql 数据库初始化失败

hrirmatl  于 2023-01-12  发布在  Mysql
关注(0)|答案(1)|浏览(268)

我正在为一门课程安装mysql server,我无法安装它,请帮助。

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.31...
 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...
 Using jemalloc.dll for my_malloc and ut::malloc etc.
 C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe: Empty value for 'open_files_limit' specified.
 Process for mysqld, with ID 7496, was run successfully and exited with code 1.
 Failed to start process for MySQL Server 8.0.31.
 Database initialization failed.
Ended configuration step: Initializing database (may take a long time)**

enter image description hereenter image description here

cwxwcias

cwxwcias1#

我也遇到过同样的问题,在我的情况下,我不需要最新版本,所以为了解决这个问题,我不得不下载一个Mysql社区安装程序旧版本5.7.27来安装Mysql Server 5.7。

相关问题