In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains the "mysql forgot the password how to do", the article explained the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "mysql forgot the password how to do" it!
# this method is based on version 5.7. Other versions should be roughly the same.
2. Modify the login settings of MySQL:
# vi / etc/my.cnf
Add a sentence to the paragraph of [mysqld]: skip-grant-tables
For example:
[mysqld]
Datadir=/var/lib/mysql
Socket=/var/lib/mysql/mysql.sock
Skip-grant-tables
Save and exit vi.
Service mysqld restart
There is no password to enter mysql at this time.
Mysql-u root-p directly enter
Modify password 5.7. password field is authentication_string
Note that version 5.7 passwords must have numbers, uppercase and lowercase letters, special symbols such as Yl19861212@
Can be used
ALTER USER USER () IDENTIFIED BY 'Yl19861212@'; or
Update user set authentication_string=password ('Yl19861212@') where user=root
And then flush privileges
Exit mysql
Exit
Restart the service
Service mysql restart
At this point, the password has been changed.
Skip-grant-tables needs to be annotated in my.cnf.
Otherwise, the password will be set to empty again when you restart.
Restore 5.1database to 5.7environment, because the user table structure is inconsistent, user authentication needs to be bypassed.
Skip-grant-tables
Otherwise, the service will not be started.
Cross-version restore recommends mysqldump logical backup and then exports user information to restore
Thank you for your reading, the above is the "mysql forgot the password how to do" the content, after the study of this article, I believe you forget the password on mysql how to do this problem has a deeper understanding, the specific use of the situation also needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.