Skip to content
Menu
Justin Ball
  • About
  • Privacy Policy
Justin Ball

Category: Mac OSX 10.6

Configure Your wp-config.php for Database Access on Mac OSX 10.6

Posted on October 4, 2009November 1, 2021

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.

WordPress on Mac OSX 10.6

Posted on October 4, 2009November 1, 2021

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…

©2025 Justin Ball | Powered by SuperbThemes & WordPress