<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Setting up MySQL 5 and PHP 5 under Mac OS X (Tiger)</title>
	<atom:link href="http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/</link>
	<description>Technology and Mac geekery. One part exuberance, two parts obsession.</description>
	<pubDate>Thu, 20 Nov 2008 16:45:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Resource Schmorgasborg</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-134343</link>
		<dc:creator>Resource Schmorgasborg</dc:creator>
		<pubDate>Thu, 25 Oct 2007 19:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-134343</guid>
		<description>[...] Command-Tab Ã‚Â» Setting up MySQL 5 and PHP 5 under Mac OS X [...]</description>
		<content:encoded><![CDATA[<p>[...] Command-Tab Ã‚Â» Setting up MySQL 5 and PHP 5 under Mac OS X [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-117385</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 03 Jul 2007 17:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-117385</guid>
		<description>Nevermind - I fixed it by adding the following 2 lines at the end of my httpd.conf file:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

-I'm new and inexperienced but I found this on phpmac.com so I'm passing it on.</description>
		<content:encoded><![CDATA[<p>Nevermind - I fixed it by adding the following 2 lines at the end of my httpd.conf file:</p>
<p>AddType application/x-httpd-php .php<br />
AddType application/x-httpd-php-source .phps</p>
<p>-I&#8217;m new and inexperienced but I found this on phpmac.com so I&#8217;m passing it on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-117382</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-117382</guid>
		<description>I followed these instructions and now my PHP pages display as text.  My configuration worked previously with the default PHP version that came with OS 10.4.  Help?</description>
		<content:encoded><![CDATA[<p>I followed these instructions and now my PHP pages display as text.  My configuration worked previously with the default PHP version that came with OS 10.4.  Help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-113398</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 13 Jun 2007 21:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-113398</guid>
		<description>So I have installed MAMP, but want to use it for an Internal Intranet web server, not just locally. How do I get the Intranet to see my MAMP Apache Install instead of the one that ships with Mac OS X?</description>
		<content:encoded><![CDATA[<p>So I have installed MAMP, but want to use it for an Internal Intranet web server, not just locally. How do I get the Intranet to see my MAMP Apache Install instead of the one that ships with Mac OS X?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-107467</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Wed, 16 May 2007 01:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-107467</guid>
		<description>If you want to add additional features, tweak the installation to your liking, or just get good at deploying a server, compiling everything yourself is the way to go.  (For example -- correct me if I'm wrong -- the default Mac OS X installation of PHP doesn't come with the GD image library, which requires you to rebuild it.)  You'd also want to compile and run MySQL and PHP on a server to run your shiny new code, and most production servers don't run double-click-to-launch environments because they have no GUI.

MAMP is pretty cool, though, saving lots of time if you just want to get rolling right away -- perhaps you've got a project idea that simply can't wait for rather lengthy ./configure, make, make install :-)</description>
		<content:encoded><![CDATA[<p>If you want to add additional features, tweak the installation to your liking, or just get good at deploying a server, compiling everything yourself is the way to go.  (For example &#8212; correct me if I&#8217;m wrong &#8212; the default Mac OS X installation of PHP doesn&#8217;t come with the GD image library, which requires you to rebuild it.)  You&#8217;d also want to compile and run MySQL and PHP on a server to run your shiny new code, and most production servers don&#8217;t run double-click-to-launch environments because they have no GUI.</p>
<p>MAMP is pretty cool, though, saving lots of time if you just want to get rolling right away &#8212; perhaps you&#8217;ve got a project idea that simply can&#8217;t wait for rather lengthy ./configure, make, make install :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E.T.Cook</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-107424</link>
		<dc:creator>E.T.Cook</dc:creator>
		<pubDate>Tue, 15 May 2007 13:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-107424</guid>
		<description>Why again would we compile from scratch instead of MAMP?

I mean, the reason I ask is...if you need a tutorial to teach you how to compile something, you probably shouldn't be doing it...that and MAMP has been absolutely wonderful thus far...I have yet to run into an issue with it...although mod_rewrite does act a little funny on Macs from my experience.</description>
		<content:encoded><![CDATA[<p>Why again would we compile from scratch instead of MAMP?</p>
<p>I mean, the reason I ask is&#8230;if you need a tutorial to teach you how to compile something, you probably shouldn&#8217;t be doing it&#8230;that and MAMP has been absolutely wonderful thus far&#8230;I have yet to run into an issue with it&#8230;although mod_rewrite does act a little funny on Macs from my experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-103264</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Thu, 26 Apr 2007 00:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-103264</guid>
		<description>Good question!  Xcode itself isn't necessary, but the Developer Tools package (which includes Xcode) is needed, as it contains the gcc compiler which builds PHP from the source code.  The default Mac OS X installation doesn't include gcc, so installation of the Developer Tools/Xcode is required.</description>
		<content:encoded><![CDATA[<p>Good question!  Xcode itself isn&#8217;t necessary, but the Developer Tools package (which includes Xcode) is needed, as it contains the gcc compiler which builds PHP from the source code.  The default Mac OS X installation doesn&#8217;t include gcc, so installation of the Developer Tools/Xcode is required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogie</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-103262</link>
		<dc:creator>Rogie</dc:creator>
		<pubDate>Wed, 25 Apr 2007 23:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-103262</guid>
		<description>Nice writeup...ahh the beauties of OSX.  By the way, I've setup an IceCast Server on a Mac Mini and it is killlah.</description>
		<content:encoded><![CDATA[<p>Nice writeup&#8230;ahh the beauties of OSX.  By the way, I&#8217;ve setup an IceCast Server on a Mac Mini and it is killlah.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-103228</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Wed, 25 Apr 2007 19:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-103228</guid>
		<description>um... why the need for Xcode?  Does it offer something I am not aware of?   Secondly, I have had (in the past) to switch my socket port in the terminal.  Ever come across this issue?</description>
		<content:encoded><![CDATA[<p>um&#8230; why the need for Xcode?  Does it offer something I am not aware of?   Secondly, I have had (in the past) to switch my socket port in the terminal.  Ever come across this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-102408</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Tue, 24 Apr 2007 13:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.command-tab.com/2007/04/22/setting-up-mysql-5-and-php-5-under-mac-os-x/#comment-102408</guid>
		<description>Us lesser men might use MAMP (http://mamp.info/en/index.php) instead. Great post though.</description>
		<content:encoded><![CDATA[<p>Us lesser men might use MAMP (http://mamp.info/en/index.php) instead. Great post though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
