Wiki

Changes between Version 5 and Version 6 of SetUpMySqlOnUnixLike

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

--

Legend:

Unmodified
Added
Removed
Modified
  • SetUpMySqlOnUnixLike

    v5 v6  
    6464}}} 
    6565 
    66 At this point, I don't know why the absolute path is required given that the DLL was installed to the GAC. But I do know that the fix on Mac OS X is: 
     66At 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{{{ 
    6868cd ~/mysqlcon 
    6969sudo cp MySql.Data.dll /Library/Frameworks/Mono.framework/Libraries/ 
     70$ cd /usr/local/cobra/current/HowTo/ 
     71$ cobra -ref:System.Data -ref:MySql.Data 600-AccessMySQL.cobra  
     72userName=root, host=localhost 
     73userName=root, host=mycomputer.local 
     74userName=, host=mycomputer.local 
     75userName=, host=localhost 
    7076}}} 
    7177