24号24秒

导航

 

1>C#连接MySQL异常:The host localhost does not support SSL connections.

需要在连接字符串加入:SslMode = none;即可解决问题。

2>.net连接MySql:Unable to connect to any of the specified MySQL hosts.

连接字符串的server 的ip地址不对。

posted on 2018-09-29 10:08  24号24秒  阅读(170)  评论(0)    收藏  举报