In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.