Unity 3D

[Unity]MySQL 관련 dll 다운받기 or NuGet 패키지 설치하기

귀뚜래미 2023. 8. 25. 00:09
728x90

 

MySQL Connector/NET (Archived Versions)

https://downloads.mysql.com/archives/c-net/

 

MySQL :: Download MySQL Connector/NET (Archived Versions)

Please note that these are old versions. New releases will have recent bug fixes and features! To download the latest release of MySQL Connector/NET, please visit MySQL Downloads. MySQL open source software is provided under the GPL License.

downloads.mysql.com

 

MySql.Data

https://www.nuget.org/packages/MySql.Data

 

MySql.Data 8.1.0

MySql.Data.MySqlClient .Net Core Class Library

www.nuget.org

 

MySqlConnector 

https://www.nuget.org/packages/MySqlConnector/

 

MySqlConnector 2.2.7

A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.

www.nuget.org

 

nuget package 설치하고 싶으면 NuGetForUnity 통한 설치 적극 권장

NuGetForUnity 

https://github.com/GlitchEnzo/NuGetForUnity

 

GitHub - GlitchEnzo/NuGetForUnity: A NuGet Package Manager for Unity

A NuGet Package Manager for Unity. Contribute to GlitchEnzo/NuGetForUnity development by creating an account on GitHub.

github.com

 

728x90