News Feed
Jobs Feed
Sections




News Archive
Agave Group Design:
Running PHP and mySQL on OS X - missing php.ini and mySQL sockets
February 22, 2006 @ 07:06:10

On the blog of the Agave Group today, there's this new post showing how to correct an issue that a PHP/MySQL install has with the OS X version 10.4.

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.

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.

Included is also a mini-guide 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).

0 comments voice your opinion now!
running OS X 10.4 mysql php.ini mysql.sock location running OS X 10.4 mysql php.ini mysql.sock location


blog comments powered by Disqus

Similar Posts

Sameer Borate' Blog: Creating SQL schemas with Doctrine DBAL

Hasin Hayder's Blog: Prelude to foundation: Its time to go for a better PHP Framework

Job Posting: Integraclick (Clickbooth.com) Seeks PHP/MySQL Developer (Sarasota/Miami, FL)

PHPFreaks.com: Simple SQL Search

PHPImpact Blog: BBC's New Infrastructure: Java and PHP


Community Events











Don't see your event here?
Let us know!


podcast release testing zendframework2 opinion interview framework example code conference object series introduction functional unittest development language tool community composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework