Changes between Version 6 and Version 7 of SetUpMySqlOnUnixLike
- Timestamp:
- 06/20/09 10:45:52 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetUpMySqlOnUnixLike
v6 v7 66 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 cd ~/mysqlcon69 sudo cp MySql.Data.dll /Library/Frameworks/Mono.framework/Libraries/68 $ cd ~/mysqlcon 69 $ sudo cp MySql.Data.dll /Library/Frameworks/Mono.framework/Libraries/ 70 70 $ cd /usr/local/cobra/current/HowTo/ 71 71 $ cobra -ref:System.Data -ref:MySql.Data 600-AccessMySQL.cobra