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
The backend uses the thinkphp3.2.3 framework. If ...
js array is probably familiar to everyone, becaus...
Table of contents 1. Common higher-order function...
Table of contents question Reproduction Implicit ...
1. Enter the container docker run [option] image ...
This article shares the specific code for impleme...
Today when I was writing a flash advertising code,...
1. Resume nacos database Database name nacos_conf...
Origin of the problem When using docker, I unfort...
I slept late yesterday and was awake the whole da...
Each web page has an address, identified by a URL...
In the article MySQL Optimization: Cache Optimiza...
Table of contents 1. Basic storage of files and d...
Table of contents The basic principle of MySQL ma...
This article example shares the specific code of ...