C #MySQL连接SSL问题

 


MySql.Data.MySqlClient.MySqlException:“The host localhost does not support SSL connections.”

解决办法:

mysql连接字符串里面加"SslMode=none"

 

posted @ 2019-09-28 17:01  剑存古风  阅读(2279)  评论(0)    收藏  举报