原因: MySQL-Front不支持MySQL 8.0的密码认证方式 解决: 在mysql安装目录中my.ini文件末尾添加 default_authentication_plugin=mysql_native_password 参考: https://www.cnblogs.com/BH8ANK/p/10908736.html 相关文章: