I ran into another problem trying to get my database to work on 10.6. The trick is to properly set DB_HOST: /** MySQL hostname */ define(‘DB_HOST’, ‘127.0.0.1:3306’); </pre> For a complete tutorial on how to setup WordPress on Mac OSX 10.6 see http://wordpress.org/support/topic/306878?replies=6.
Category: Mac OSX 10.6
WordPress on Mac OSX 10.6
I do a little WordPress work on my site using my Mac. After upgrading to Snow Leopard I started getting errors like this: Warning: strtotime(): It is not safe to rely on the system’s timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those…