The data folder failed to be created automatically during the installation of mysql8.0.14.zip. The service cannot be started.

The data folder failed to be created automatically during the installation of mysql8.0.14.zip. The service cannot be started.

After reinstalling the system today, I reinstalled mysql on my computer, downloaded the ZIP file and unzipped it, and followed the online tutorials step by step. I still got stuck on the failure to automatically create the data folder, which caused the service to fail to start. If I create it manually, only two files will be created when initializing the data folder. The service still cannot be started...

Finally, I stared at the path for a long time, wondering if it was a problem with illegal characters in the path. The folder name after the original unzipped file was mysql-8.0.14-winx64. After changing the folder name to mysql, the data folder was successfully created automatically and the service was started successfully.

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Solve the problem of pycharm failing to install numpy
  • MySQL 5.7.17 zip installation and configuration tutorial Solution to MySQL startup failure
  • Solution to the failure of installing pycurl in Python
  • Solve the problem of Mac installation scrapy failure
  • Solve the problem of failure caused by slow network timeout when installing Electron with npm
  • How to solve the problem of failed installation of python pyqt5
  • Solution to the problem of PHPnow installation service [apache_pn] failing
  • Solution to the problem of failure to install PyInstaller

<<:  Tutorial on installing and uninstalling python3 under Centos7

>>:  VirtualBox CentOS7.7.1908 Python3.8 build Scrapy development environment [graphic tutorial]

Recommend

Detailed explanation of the seven data types in JavaScript

Table of contents Preface: Detailed introduction:...

How to wrap HTML title attribute

When I was writing a program a few days ago, I wan...

HTML table_Powernode Java Academy

To draw a table in HTML, use the table tag tr me...

Introduction to Linux system swap space

Swap space is a common aspect of computing today,...

Introduction to Docker containers

Docker Overview Docker is an open source software...

MySQL 5.7.18 MSI Installation Graphics Tutorial

This article shares the MySQL 5.7.18 MSI installa...

Tips for organizing strings in Linux

In Linux operations, we often replace and count s...

JavaScript implements displaying a drop-down box when the mouse passes over it

This article shares the specific code of JavaScri...

Why Google and Facebook don't use Docker

The reason for writing this article is that I wan...

4 Scanning Tools for the Linux Desktop

While the paperless world has not yet emerged, mo...

Enable sshd operation in docker

First, install openssh-server in docker. After th...