Wiki

Changes between Version 3 and Version 4 of SetUpMySqlOnUnixLike

Show
Ignore:
Timestamp:
06/20/09 10:39:35 (15 years ago)
Author:
Chuck
Comment:

--

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 
     5This 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 == 
    28 
    39This guide assumes that: 
    410 * 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 == 
    917 
    1018From the command line: 
     
    5866At 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. 
    5967 
     68== Going Further == 
     69 
    6070Look at the source code for 600-AccessMySQL.cobra to see how basic queries are done. 
    6171 
    6272See 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