简体   繁体   中英

How to install Mono mysql connector on ubuntu server

I download with wget and unzip.After Go v4.5 and install with gacutil /i MySql.Data.dll and itry compile with gmcs -r:System.dll -r:System.Data.dll -r:MySql.Data.dll Sql.cs
And i get this error

error CS0006: cannot find metadata file `MySql.Data.dll' 
Compilation failed: 1 error(s), 0 warnings 

我用MySql.Data包解决了这个问题,如果您对MySql.Data.dll有问题,可以使用nuget包管理器安装MySql.Data包。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM