如何在 ubuntu 服务器上安装 Mono mysql 连接器
How to install Mono mysql connector on ubuntu server
我使用 wget 下载并 unzip.After Go v4.5 并使用 gacutil /i MySql.Data.dll
安装并尝试使用 gmcs -r:System.dll -r:System.Data.dll -r:MySql.Data.dll Sql.cs
编译
我得到这个错误
error CS0006: cannot find metadata file `MySql.Data.dll'
Compilation failed: 1 error(s), 0 warnings
我用 MySql.Data 包解决了这个问题,如果你对 MySql.Data.dll 有问题,你可以用 nuget 包管理器安装 MySql.Data 包。
我使用 wget 下载并 unzip.After Go v4.5 并使用 gacutil /i MySql.Data.dll
安装并尝试使用 gmcs -r:System.dll -r:System.Data.dll -r:MySql.Data.dll Sql.cs
编译
我得到这个错误
error CS0006: cannot find metadata file `MySql.Data.dll'
Compilation failed: 1 error(s), 0 warnings
我用 MySql.Data 包解决了这个问题,如果你对 MySql.Data.dll 有问题,你可以用 nuget 包管理器安装 MySql.Data 包。