Thanks to Charlie and Russ for the quick and easy directions for getting MySQL Preferences Pane to start and stop the MySQL Server in Mac OS X 10.5 Leopard.
Archive for the 'Mac' Category
Deleting in Mac Terminal via SSH/ZSH
I’m working on a project on a remote server using SSH to connect to a ZSH shell. Of course I’m on my Mac so I’m using Terminal (in Leopard). I love Terminal for local use and I expect it to work just as well when remotely connecting to another server, however the delete […]
Filed in: Mac
Installing Rails with MySQL on a Mac
I recently ran into a problem with Ruby on Rails on my Mac when trying to execute the following command in a new Rails project.
rake db:migrate
The error I received was as follows.
dyld: NSLinkModule() error
dyld: Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient.15.dylib
Referenced from: /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib/mysql.bundle
Reason: image not found
Trace/BPT trap
A quick Google search turned up a blog post by Peter Morris […]

