Navicat Client does not support authentication protocol requested by server

navicat connection mysql database error:

Client does not support authentication protocol requested by server

 

Solutions, access to the database where the service execution command:

alter user 'root' @ 'localhost' identified with mysql_native_password by 'wangshunyao'; # localhost: can be ip, equivalent to the white list,%: that all services

  

Guess you like

Origin www.cnblogs.com/wangshunyao/p/11303909.html