<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 03:34:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Agave Group Design: Running PHP and mySQL on OS X  - missing php.ini and mySQL sockets]]></title>
      <guid>http://www.phpdeveloper.org/news/4882</guid>
      <link>http://www.phpdeveloper.org/news/4882</link>
      <description><![CDATA[On the blog of the Agave Group today, there's <a href="http://www.agavegroup.com/?p=58">this new post</a> showing how to correct an issue that a PHP/MySQL install has with the OS X version 10.4.
<p>
<quote>
<i>
I recently upgraded my mac to OS 10.4. Overall I've been pleased. Recently I decided to fire up PHP and mySQL and ran into some trouble.
<p>
Everything was moving along nicely - until I tried to connect to my database from a PHP page. To make a (really) long story short, a bunch of research revealed that since OS 10.4, the PHP install tries to connect to mySQL via the socket: /var/mysql/mysql.sock, but mySQL uses /tmp/mysql.sock. So they won't talk to one another. The trick is to change your php.ini to point to /tmp/mysql.sock.
</i>
</quote>
<p>
Included is also a <a href="http://www.agavegroup.com/?p=58">mini-guide</a> to getting PHP working on OS X, and how he solved his problem (where to find the php.ini and change the value it needed).]]></description>
      <pubDate>Wed, 22 Feb 2006 07:06:10 -0600</pubDate>
    </item>
  </channel>
</rss>
