In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail the solution to the error of navicat connecting MySQL newspaper 2059. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.
A 2059 error occurs when connecting to MySQL8+ with navicat, because the new version of MySQL uses caching_sha2_password authentication, which is not supported by navicat at this time.
The solution is to change the authentication method to the authentication method mysql_native_password used in previous versions (5.7 and below).
You can check the plugin field of the user table in the default database 'mysql' for specific verification methods.
There is no 2059 error when logging in to the database on the command line. Log in to the database on the command line and execute the following command.
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY' password'
"root' can be changed to your own defined user name," localhost' refers to the user's open IP, can be "localhost'" (native access only, equivalent to 127.0.0.1), can be specific '... " (specific IP), or'%'(all IP can be accessed). Password' is the authentication password you want to use.
Friendly tip: be sure to keep in mind the changed password, otherwise it will be troublesome to forget.
On the navicat connection MySQL report 2059 error solution is shared here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
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.