In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
The following content mainly brings you mysql version 8.0 above error 2059 generally how to deal with, the knowledge mentioned, and books are slightly different, are professional and technical personnel in contact with users, summed up, has a certain experience sharing value, hope to bring help to the majority of readers.
MySQL version 8.0.4
Due to new features in new versions of MySQL.
mysql> select Host,User,plugin from mysql.user;+-----------+------------------+-----------------------+| Host | User | plugin |+-----------+------------------+-----------------------+| localhost | mysql.infoschema | mysql_native_password || localhost | mysql.session | mysql_native_password || localhost | mysql.sys | mysql_native_password || localhost | root | caching_sha2_password |+-----------+------------------+-----------------------+
Cause: change of certification method. In older versions, mysql_native_password was used. So you can directly modify the old version of encryption, or upgrade the new version of encryption.
Workaround changed to older version of encryption
ALTER USER 'vuluser'@'%' IDENTIFIED WITH mysql_native_password BY 'password';//MODIFY Encryption FLUSH PRIVILEGES
This place could be reporting an 1819 anomaly.
mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY 'Hxd123' PASSWORD EXPIRE NEVER;ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
Reason: password policy restrictions above mysql8.0 must be case plus number special symbols
For the above version of mysql 8.0 or above error 2059 generally how to deal with, if you still need to know more can continue to pay attention to our industry push new, if you need to get professional answers, you can contact the official website pre-sales after-sales, I hope this article can bring you a certain knowledge update.
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.