请输入
菜单

mysql无法连接到指定的数据库,详细信息:Reading from the stream has failed.如何解决?

引起此错误的主要原因是在Mysql 5.7版本中引入了SSL验证方式,解决办法是配置Mysql数据库的某个选项。如果不需要用到SSL验证,则在连接字符串时需要加入"SslMode=None"。

具体解决方案请查看:

https://www.cnblogs.com/szwx1314/p/8214172.html

https://bugs.mysql.com/bug.php?id=76597

https://blog.csdn.net/fancyf/article/details/78295964

最近修改: 2023-11-02