zzzprojects / mysql-connector-net

Connector/NET is a fully managed ADO.NET driver for MySQL.

Home Page:https://dev.mysql.com/downloads/connector/net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Powered By

This library is powered by Entity Framework Extensions

Entity Framework Extensions

Setup Info for EF Classic

https://entityframework-classic.net/provider-mysql

Setup Info for EF6

Configuration

In the provider: MySql.Data.Entity.EF6, Version=7.0.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d must be replaced by Z.MySql.Data.Entity.EF6, Version=8.0.0.0, Culture=neutral, PublicKeyToken=afc61983f100d280

From

<entityFramework>
	<defaultConnectionFactory type="MySql.Data.Entity.MySqlConnectionFactory, EntityFramework"></defaultConnectionFactory>
	<providers>
		<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6, Version=7.0.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider>
	</providers>
</entityFramework>

To

<entityFramework>
	<defaultConnectionFactory type="MySql.Data.Entity.MySqlConnectionFactory, EntityFramework"></defaultConnectionFactory>
	<providers>
		<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, Z.MySql.Data.Entity.EF6, Version=8.0.0.0, Culture=neutral, PublicKeyToken=afc61983f100d280"></provider>
	</providers>
</entityFramework>

This is a release of MySQL Connector/NET, Oracle's fully managed ADO .NET Driver for MySQL.

License information can be found in the LICENSE file.

This distribution may include materials developed by third parties. For license and attribution notices for these materials, please refer to the LICENSE file.

For more information on MySQL Connector/NET, visit http://dev.mysql.com/doc/connector-net/en/

For additional downloads and the source of MySQL Connector/NET, visit http://dev.mysql.com/downloads

MySQL Connector/NET is brought to you by the MySQL team at Oracle.

Contribute

Want to help us? Your donation directly helps us maintain and grow ZZZ Free Projects.

We can't thank you enough for your support 🙏.

👍 One-time donation

❤️ Become a sponsor

Why should I contribute to this free & open-source library?

We all love free and open-source libraries! But there is a catch... nothing is free in this world.

We NEED your help. Last year alone, we spent over 3000 hours maintaining all our open source libraries.

Contributions allow us to spend more of our time on: Bug Fix, Development, Documentation, and Support.

How much should I contribute?

Any amount is much appreciated. All our free libraries together have more than 100 million downloads.

If everyone could contribute a tiny amount, it would help us make the .NET community a better place to code!

Another great free way to contribute is spreading the word about the library.

A HUGE THANKS for your help!

More Projects

To view all our free and paid projects, visit our website.

About

Connector/NET is a fully managed ADO.NET driver for MySQL.

https://dev.mysql.com/downloads/connector/net/

License:Other


Languages

Language:C# 100.0%Language:ASP.NET 0.0%Language:Shell 0.0%Language:Batchfile 0.0%