Tag: compiling

  • Running MySQL on OS X Leopard

    I’ve recently gotten back into some development and needed to run MySQL on my Leopard computers. The easy way out was downloading and running MAMP (a great pre-built package of Apache and MySQL). Unfortunately, I hated starting the Apache and MySQL daemons manually. I created OS X launchctl scripts to start Apache and MySQL but…