Preface Recently connected to When I enter the password, an error message appears: Solution: 1. Stop the mysql service first service mysqld stop 2. Enter the MySQL installation directory bin/ and use safe mode to restart: ./mysqld_safe --skip-grant-tables 3. Use the root account, log in without a password, and change the root user password mysql -u root use mysql update user set password=PASSWORD("your password") where User = 'root'; 4. Restart mysql and log in normally service mysqld restart Done, connection successful! Summarize The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. If you have any questions, you can leave a message to communicate. Thank you for your support for 123WORDPRESS.COM. You may also be interested in:
|
<<: How to install iso file in Linux system
>>: JavaScript to achieve Taobao product image switching effect
1. Get the image #Specify the version that includ...
In MySQL, databases correspond to directories wit...
Table of contents 1 View the current database con...
Table of contents WXS Response Event Plan A Page ...
Definition of Float Sets the element out of the n...
1. The significance of building nexus service As ...
Today's Tasks 1. Choice of Linux distribution...
FOUC is Flash of Unstyled Content, abbreviated as ...
MySQL 8 new features: My personal opinion on MySQ...
js date time format Convert the date and time to ...
union execution For ease of analysis, use the fol...
Table of contents docker system df docker system ...
This article shares the specific code of react+an...
Installation suggestion : Try not to use .exe for...
The description of echo in the Linux help documen...