[Mono-osx] IDE for Mono in Mac OSX (Tiger)? MySql connector problem.
Chuck Esterbrook
chuck.esterbrook at gmail.com
Sat Jun 14 11:52:09 EDT 2008
On Fri, Jun 13, 2008 at 10:51 AM, JenSor <jennifersorge at gmail.com> wrote:
...
> I am especially having a problem with the MySql connector. I also use
> MonoDevelop on my Linux machine and the database connectivity works fine
> there, so I know that my program is working correctly. However, when I run
> the same code on my Mac, there is something wrong with my database
> connector. Is there any document that explains how to install the MySql
> connector properly on a Mac?
Here are the notes I collected when using Mono + MySQL + Mac:
http://www.mono-project.com/MySQL
http://www.mono-project.com/Category:ADO.NET
http://www.mono-project.com/Using_Databases
"Installing Connector/NET on Unix with Mono"
http://dev.mysql.com/doc/refman/5.0/en/connector-net-installation-unix.html
Mac OS X:
For installation, MySQL docs say "Copy the MySql.Data.dll file to
your Mono project installation folder."
$ cp bin/MySql.Data.dll /Library/Frameworks/Mono.framework/Libraries/
I haven't tested the URLs or anything in at least a few months, but I
hope that helps.
-Chuck
More information about the Mono-osx
mailing list