MySql 问题:Retrieval of the RSA public key is not enabled for insecure connections.

情况:

在重启了MySql 之后,应用程序链接报错如下:

Retrieval of the RSA public key is not enabled for insecure connections.

官方文档的说明如下:

https://mysql-net.github.io/MySqlConnector/connection-options/

新地址【有墙】:https://mysqlconnector.net/connection-options/

解决:

最简单的,链接字符串中添加【 allowPublicKeyRetrieval=true 】 -- 可能会有安全问题,如图:

从客户端解决RSA问题