Wiki

Changes between Version 6 and Version 7 of SetUpMySqlOnUnixLike

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

--

Legend:

Unmodified
Added
Removed
Modified
  • SetUpMySqlOnUnixLike

    v6 v7  
    6666At this point, I don't know why the absolute path is required given that the DLL was installed to the GAC (or maybe it worked on your system without the absolute path). But I do know that the fix on Mac OS X is: 
    6767{{{ 
    68 cd ~/mysqlcon 
    69 sudo cp MySql.Data.dll /Library/Frameworks/Mono.framework/Libraries/ 
     68$ cd ~/mysqlcon 
     69$ sudo cp MySql.Data.dll /Library/Frameworks/Mono.framework/Libraries/ 
    7070$ cd /usr/local/cobra/current/HowTo/ 
    7171$ cobra -ref:System.Data -ref:MySql.Data 600-AccessMySQL.cobra