Changes between Version 5 and Version 6 of SetUpMySqlOnUnixLike
- Timestamp:
- 06/20/09 10:45:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetUpMySqlOnUnixLike
v5 v6 64 64 }}} 65 65 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:66 At 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: 67 67 {{{ 68 68 cd ~/mysqlcon 69 69 sudo 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 72 userName=root, host=localhost 73 userName=root, host=mycomputer.local 74 userName=, host=mycomputer.local 75 userName=, host=localhost 70 76 }}} 71 77