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. Environment: MySQL-5.0.41-win32 Windows XP Pro...
Table of contents When developing, analyzing the ...
Table of contents Preface Demonstration effect HT...
First, let's take a look at the relative leng...
Table of contents Preface On-site investigation C...
Cleanly uninstall MySQL. Personally tested, this ...
Preface The "destructuring assignment syntax...
This article example shares the specific code of ...
Table of contents Preface 1. Binary Tree 1.1. Tra...
Preface According to the scope of locking, locks ...
Table of contents background Solution 1: Back up ...
Table of contents 1. Basic storage of files and d...
The hyperlink a tag represents a link point and i...
Table of contents Overview Promise Race Method Re...
Table of contents 1. Array.at() 2. Array.copyWith...