I finished learning SQL by myself not long ago, and downloaded MySQL 8.0.17. After installing and configuring it, I explored it and wondered if I could delete the root account by logging in with the root account. Then I wanted to slap myself... How to quickly restore root: 1. Close the MySQL service: press win+R, type services.msc, find the MySQL service, and click stop; 2. Delete the data folder and its files: Enter the mysql folder, find the data folder and delete it; 3. Initialize mysql: Enter services.msc again and run the mysql service; enter the mysql\bin file path in the cmd window and run mysqld --initialize --console. The result is similar to the following:
Note that the bold statement contains the temporarily generated root account password; 4. Run mysql in cmd: type 5. Modify the temporary root password: Run the SQL statement: alter 6. Check whether the query is successful: Run the SQL statement: Note: Although this method is quick and effective, it will delete all database files, that is, the databases in the data folder. I have tried adding skip-grant-tables to bypass login authentication, but it is not effective for version 8.0.17. Summarize The above is what I introduced to you on how to recover the deleted Mysql8.0.17 Root account and password under Windows. I hope it will be helpful to you! You may also be interested in:
|
<<: JavaScript to achieve calendar effect
>>: Detailed steps for installing, configuring and uninstalling QT5 in Ubuntu 14.04
Script requirements: Back up the MySQL database e...
Table of contents Preface Asynchronous loading Pa...
I typed a wrong mysql command and want to cancel ...
RULES can be used to control the style of the int...
Here is how to install Tomcat-8.5.39 on centos7.6...
Table of contents 1. Preparation Pull the redis i...
Preface: In some previous articles, we often see ...
This article example shares the specific code of ...
Recorded the installation of mysql-8.0.12-winx64 ...
1. Overview The so-called life cycle function is ...
According to the principles of W3C, each start tag...
Introduction to jQuery The jQuery library can be ...
Introduction Recently, I needed to make a barrage...
How to view linux files Command to view file cont...
This article shares the specific code of jQuery t...