Navicat link mysql display clinet dose not support authentication protocol request by server; Consider upgrading MySQL client

Source: Internet
Author: User
Tags mysql client

1 Enter mysql-uroot-p in the command window first via cmd into MySQL

2 Changing the encryption method

mysql>  ALTER USER ‘root‘ @ ‘localhost‘ IDENTIFIED  BY ‘password‘ PASSWORD EXPIRE NEVER; Query OK, 0  rows affected (0.10 sec)3 Changing your password mysql>  ALTER USER ‘root‘ @ ‘localhost‘ IDENTIFIED  WITH mysql_native_password  BY ‘123‘ ; Query OK, 0  rows affected (0.35 sec)This password is navicat link mysql password 4 refresh mysql> FLUSH  PRIVILEGES ; Query OK, 0  rows affected (0.28 sec)

Reference article: 80263215

Navicat link mysql display clinet dose not support authentication protocol request by server; Consider upgrading MySQL client

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.