1. Problem Forgot password for mysql5.7 under linux 2. Solution • Step 1: Open the mysql5.7 configuration file my.cnf and add a line to it: skip-grant-tables Save and exit (:wq) • Step 2: Restart mysql •Step 3: Log in to mysql and change the password Log in with the root account: Use the mysql database in mysql: mysql> use mysql; Change password: Refresh the database: Exit: quit; Note: The password field in the user table of MySQL 5.7 has been changed to the authentication_string field. At this time, the command you need to enter is update user set authentication_string = password("Szfore_68638") where user="root"; • Step 4: Open the mysql5.7 configuration file my.cnf, delete the line you just added: skip-grant-tables, save and exit (:wq) Summarize The above is what I introduced to you about how to solve the problem of forgetting the password of Mysql5.7 under Linux. 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! You may also be interested in:
|
<<: Basic implementation method of cross-component binding using v-model in Vue
>>: mysql database to retrieve the statements of seconds, minutes, hours and days before and after
Basically all e-commerce projects have the functi...
query_cache_limit query_cache_limit specifies the...
Docker Compose can realize the orchestration of D...
1. Uninstall npm first sudo npm uninstall npm -g ...
Description and Introduction Docker inspect is a ...
Table of contents Preface Environment Preparation...
The display without the effect picture is just em...
Share a Shell script under Linux to monitor the m...
To execute a shell command in Docker, you need to...
First of all, this post is dedicated to Docker no...
1. Introduction Supervisor is a general process m...
react.js framework Redux https://github.com/react...
I use the simultaneous interpretation voice recog...
Xrdp is an open source implementation of Microsof...
Use canvas to write a colorful clock! 1. Title (1...