First, start MySQL in skip-grant-tables mode: From now on, you will step into the first pit, if you use the wrong modification method posted everywhere on the Internet: mysql> UPDATE mysql.user SET authentication_string=PASSWORD('your_new_password') WHERE User='root'; (Note that after 5.7, password is changed to authentication_string) Congratulations, you have successfully modified it, but you will find that when you use a GUI tool such as navicat to connect, the following error will be reported: ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. At the same time, you will find that the command line can use The following command will save you: mysql> SET PASSWORD = PASSWORD('your_new_password'); After execution, shut down mysqld using the command Start mysql again with mysql.server start and everything will be ok~ The above is the method I introduced to you to change the root password of Mysql5.7.10 version under MAC. I hope it will be helpful to you. 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! You may also be interested in:
|
<<: Detailed explanation of vite+ts to quickly build vue3 projects and introduce related features
>>: Detailed explanation of mktemp, a basic Linux command
1. Create a project with vue ui 2. Select basic c...
Preface Vue Router is the official routing manage...
What is Let’s first look at the concept of Docker...
Caused by: java.sql.SQLException: Incorrect strin...
Table of contents Normal loading Lazy Loading Pre...
Table of contents Problem Description 1. Basic so...
This article shares with you how to import Excel ...
Two ways to navigate the page Declarative navigat...
/****************** * Linux kernel time managemen...
Often, we may need to export local database data ...
This article shares the specific code of JavaScri...
This is my first time writing a blog. I have been...
Table of contents Introduction What does an itera...
Error message: Job for mysqld.service failed beca...
Unzip the Maven package tar xf apache-maven-3.5.4...