Category: MySQL

  • MySQL 64bit, Perl 32bit and OS X Leopard

    This is a little tip on how to get Perl(32bit) working with a 64bit version of MySQL on OS X Leopard.

  • 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…