navicate connection mysql error error code 1862

When navicat connects to mysql, an error is reported, the error code is 1862, but I can enter mysql using the command line. What is the reason, heroes? The

command line entry is:

my mysql version is version 5.7.10!
  •  
 
 
You can re-modify the password as follows:
Log in to mysql with root privileges : (here my account is root, and the password is also root)
mysql -uroot -proot
Then change the password:
SET PASSWORD = PASSWORD('root');

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326245050&siteId=291194637