[Mono-list] MySQL Dlls

Daniel Soto daniel.soto2k at gmail.com
Wed Oct 31 10:16:27 EDT 2007


There no are any problem using the connector .net of mysql on mono. The
binaries of this connector are supported by mono, because it is written in
C# natively.

I'm using the version 5.0.8.1. I downloaded the zip binaries (not installer)
and unzip in a directory. The binary MySql.Data.dll must be in the bin
directory of your asp.net applicattion and execute gacutil -i to install in
the gac. You also can compile with gmcs -r:MySql.Data.dll if you application
is an executable.

Regards.


2007/10/30, J.S. Martin <josmar52789 at gmail.com>:
>
> I wonder if I just used the Windows binary to install the connector - if I
> could just use the dlls from there...
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071031/25b1924f/attachment-0001.html 


More information about the Mono-list mailing list