Solution to the MySQL installation prompt "Please type NET HELPMSG 3534 for more help"

Solution to the MySQL installation prompt "Please type NET HELPMSG 3534 for more help"

The following error message appears when installing MySQL today:

After searching for quite some time online, I found:

So the final solution is:

Enter the command in the bin directory: mysqld --initialize

As shown in the following figure:

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:
  • MySQL 5.7.9 service cannot be started - solution for "NET HELPMSG 3534"
  • MySQL 5.7.14 net start mysql service cannot be started - strange problem of "NET HELPMSG 3534"

<<:  Install CentOS 7 on VMware14 Graphic Tutorial

>>:  Vue implements a visual drag page editor

Recommend

A comprehensive summary of frequently used statements in MySQL (must read)

The knowledge points summarized below are all fre...

An Incomplete Guide to JavaScript Toolchain

Table of contents Overview Static type checking C...

How to simply configure multiple servers in nginx

1: I won’t go into the details of how to install ...

In-depth explanation of JavaScript this keyword

Table of contents 1. Introduction 2. Understand t...

Summary of MySQL string interception related functions

This article introduces MySQL string interception...

1 minute Vue implements right-click menu

Table of contents Rendering Install Code Implemen...

mysql installer web community 5.7.21.0.msi installation graphic tutorial

This article example shares the specific code for...

MySQL enables slow query (introduction to using EXPLAIN SQL statement)

Today, database operations are increasingly becom...

Detailed explanation of Angular dynamic components

Table of contents Usage scenarios How to achieve ...

Multiple solutions for cross-domain reasons in web development

Table of contents Cross-domain reasons JSONP Ngin...

What does mysql database do?

MySQL is a relational database management system....

Issues and precautions about setting maxPostSize for Tomcat

1. Why set maxPostSize? The tomcat container has ...

Docker data management and network communication usage

You can install Docker and perform simple operati...