marblr

Martyn's marbles.

I needed to use mysql and php…

Problem: built in php can’t find macports installed MySQL on OS X Leopard.

Solution:

  • sudo cp /etc/php.ini.default /etc/php.ini
  • mysql.default_socket = /private/tmp/mysql.sock in php.ini
  • restart apache