EF6连接MySql发布后报错的修改
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EF6连接MySql发布后报错的修改相关的知识,希望对你有一定的参考价值。
报错信息:具有固定名称“mysql.Data.MySqlClient”的 ADO.NET 提供程序未在计算机或应用程
解决方法:
在webconfig中添加如下内容
<system.data>
<DbProviderFactories>
<remove invariant="MySql.Data.MySqlClient" />
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
</DbProviderFactories>
</system.data>
*服务器端需先安装mysql-connector-net.msi。
以上是关于EF6连接MySql发布后报错的修改的主要内容,如果未能解决你的问题,请参考以下文章
Spring Boot连接MySQL长时间不连接后报错`com.mysql.cj.core.exceptions.ConnectionIsClosedException: No operations