MySQL 5.6 decompressed version service cannot be started due to system error 1067

MySQL 5.6 decompressed version service cannot be started due to system error 1067

Record the BUG that got me stuck all afternoon today

Let's start from half a month ago.

then.....................................................................................................................

...........................................................................................................................................

Then uninstall the Mysql5.5 installed on the local computer

Go to the official website and download the unzipped version of 5.6

Then unzip

Configure the environment variables and add D:\software\mysql5.6\mysql5.6.45\bin to the path.

This is my own

Then modify the configuration file, the default .ini file

Don't save a my.ini file as someone on the Internet (this is the culprit that caused you to be trapped for an entire afternoon), just change it directly in the configuration file ----- yellow eye-catching

I only changed these three, please change them according to your own situation.

And then what did you do? . . . .

By the way, run cmd as an administrator and enter the bin directory

mysqld -install prompts success

net start mysql service started successfully

If these two steps are successful, then there is nothing wrong with the installation and configuration. The next step is to set the initial password. I also looked it up online because no password is required by default.

mysqladmin -u root -p password , press Enter, then Enter again, enter both passwords and you're done.

I spent the whole afternoon on this. People on the Internet said that I should save a separate my.ini file. But it is not necessary at all. I can just modify it on the previous one. Fortunately, I am smart. I really want to give a thumbs up for my smartness.

Summarize

The above is the system error 1067 problem that the MySQL5.6 decompressed version service cannot be started. I hope it will be helpful to everyone. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Solve the problem that the service cannot be started when installing the decompressed version of mysql 5.7.18 winx64 on Win7 x64
  • The perfect solution for MYSQL5.7.24 installation without data directory and my-default.ini and service failure to start
  • How to solve "Unable to start mysql service error 1069"
  • MySQL 5.7 installation MySQL service cannot be started but the service does not report any errors
  • MySQL 5.7.17 installation tutorial with solutions to the problem that the MySQL service cannot be started
  • Windows cannot start MySQL service and reports error 1067 solution
  • MySQL service 1067 error multiple solutions sharing

<<:  Vue implements a scroll bar style

>>:  Docker installation steps for Redmine

Recommend

How to use flat style to design websites

The essence of a flat website structure is simpli...

Detailed tutorial on installing Docker and docker-compose suite on Windows

Table of contents Introduction Download and insta...

CSS layout tutorial: How to achieve vertical centering

Preface I have been summarizing my front-end know...

JavaScript Function Currying

Table of contents 1 What is function currying? 2 ...

Detailed explanation of the processing of the three Docker Nginx Logs

Because colleagues in the company need Nginx log ...

Solution for Nginx installation without generating sbin directory

Error description: 1. After installing Nginx (1.1...

Ways to improve MongoDB performance

MongoDB is a high-performance database, but in th...

Why Nginx is better than Apache

Nginx has taken over the majority of the Web serv...

Summary of using MySQL online DDL gh-ost

background: As a DBA, most of the DDL changes of ...

Tomcat obtains the client domain name of Nginx reverse proxy

question After Nginx reverse proxy, the Tomcat ap...

Detailed discussion of the differences between loops in JavaScript

Table of contents Preface Enumerable properties I...

Detailed explanation of creating stored procedures and functions in mysql

Table of contents 1. Stored Procedure 1.1. Basic ...

Analysis of the process of deploying Python applications in Docker containers

Simple application deployment 1. Directory struct...

Docker Data Storage Volumes Detailed Explanation

By default, the reading and writing of container ...