Installing PHP and MySQL (and Apache2) on OSX | September 5, 2003
A while ago I wanted to install PHP and MySQL on my Mac, so I could develop locally rather than have to use a remote web server. Now I know a bit of PHP, and MySQL but my UNIX knowledge pretty much sucks. I can do basic UNIX tasks, but anything even slightly more advanced sends me into unknown (and quite frankly scary) territory. As such I was keeping my fingers crossed that installing PHP and MySQL would involve little on no need to use the command line.
When I first wanted to install these apps, there was no info on the Apple site. However I did come across a couple of articles on the O'Reilly OS X Dev Site detailing how to install PHP and MySQL on OS X.
I gave it a stab but very quickly got lost. I was following all the UNIX commands step by step, but things just weren't working so I eventually gave up. A while later I found details on the apple developers site about installing PHP and MySQL. These Instructions were much simpler to follow, but still caused problems and again I gave up feeling rather stupid and dejected.
Then a few days ago I came across this site offering painless installs of Apache 2, PHP and MySQL. They were not wrong. The whole download and install process took less than half hour for all 3. What's more the Apache and MySQL installs came with preference panes allowing you to do a lot of tasks you'd normally have to do in the command line.
So a big thanks to Server Logistics for making these packages available for the UNIX'ly challenged.
Posted at September 5, 2003 8:21 PM
Michael Allan said on September 6, 2003 12:45 AM
Marc Liyanage has offered an equally excellent and similarly generous service to unix newbies (like myself) for quite some time now as well. Check out
http://www.entropy.ch/software/macosx/
All the installs I’ve tried have worked flawlessly.