Tag Archives: os

Install MySQL on Mac OS X 10.6 and add StartupItem

Installing MySQL on Mac OS X 10.6 took a bit of digging around. Here is a consolidated tutorial. I am leaving out sudo commands for convenience. Use them where you don’t have permission. # create the directory where you will keep your MySQL binary distribution mkdir ~/src cd ~/src   # download mysql binary distribution from http://dev.mysql.com/downloads/mysql/ # [...]
Posted in Software | Also tagged , , | 26 Comments