Navicat 11 连MySQL 8.0.16 报 Client does not support authentication。。。。。。。。

解决:

alter user 'fabu'@'%' identified with mysql_native_password by 'FuckWisedu';
flush privileges;

相关文章: