Tag Archives: os x
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/
# [...]
Where is my crontab located on Mac OS X 10.5 Leopard?
I googled around for a few minutes with no luck. After probing around my system, here is where I found my crontab file:
Macintosh-2:mls TAmoyal$ sudo ls /usr/lib/cron/tabs/
Password:
TAmoyal
I found it by checking the crontab man page:
man crontab
Where I saw a “FILES” section:
FILES
/usr/lib/cron/cron.allow
/usr/lib/cron/cron.deny
And that lead me [...]

Safely turn off Spotlight and remove from menu bar in OS X Snow Leopard