Changes between Version 3 and Version 4 of SetUpMySqlOnUnixLike
- Timestamp:
- 06/20/09 10:39:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetUpMySqlOnUnixLike
v3 v4 1 This guide will show you how to set up MySQL access for NovellMono on UnixLike systems. 1 = Set-up MySQL Client Access on Unix-like Systems = 2 3 == Introduction == 4 5 This guide will show you how to set up MySQL access for NovellMono on UnixLike systems. If you have problems, see the References at the end. You should be able to get this working with that information. Then please update this wiki page. 6 7 == Assumptions == 2 8 3 9 This guide assumes that: 4 10 * You are on a UnixLike box (Mac, Linux, etc.) 5 * You have installed the MySQL server 6 * You have started the MySQL server 7 * Have installed Cobra 8 * Have downloaded the MySQL connector for .NET to a directory called Packages 11 * You have installed MySQL server 12 * You have started MySQL server 13 * You have installed Cobra 14 * You have downloaded the "MySQL connector for .NET" to a directory called Packages 15 16 == Set-up MySQL Client Access == 9 17 10 18 From the command line: … … 58 66 At this point, I don't know why the absolute path is required given that the DLL was installed to the GAC. But you can bury this ugly detail in a build script. 59 67 68 == Going Further == 69 60 70 Look at the source code for 600-AccessMySQL.cobra to see how basic queries are done. 61 71 62 72 See also: ADO.NET, ActiveRecord 73 74 == References == 75 76 * http://www.mono-project.com/MySQL 77 * http://www.mono-project.com/Category:ADO.NET 78 * http://www.mono-project.com/Using_Databases 79 * [http://dev.mysql.com/doc/refman/5.0/en/connector-net-installation-unix.html "Installing Connector/NET on Unix with Mono"] 80 * http://blogs.ittoolbox.com/windows/alex/archives/getting-mono-and-mysql-to-play-nice-14516