<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting up PHP &amp; MySQL on OS X 10.6 Snow Leopard</title>
	<atom:link href="http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:50:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Andrew Havens</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-29091</link>
		<dc:creator>Andrew Havens</dc:creator>
		<pubDate>Wed, 04 Nov 2009 00:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-29091</guid>
		<description>I think there might be a few things that need cleaning up in this tutorial to make it a little easier to understand.

On step 2 it says &#039;Add /usr/local/mysql/bin to the path: vim ~/.bash_profile and add: &#039; I couldn&#039;t figure out what that was supposed to mean but I just ran &#039;vim ~/.bash_profile&#039; and added those two lines to the top. There was another line to include PEAR, so I got rid of that line and added the path to the first line (export PATH).

Next, I tried to start step three, but got an error saying &quot;unknown command mysqladmin&quot;. So I skipped ahead, quit terminal, opened terminal and ran &#039;rm .bash_history&#039;. I quit terminal. Opened it again, tried &#039;mysqladmin -u root password {new-password in clear text}&#039; and it worked fine. So next I try &#039;mysqladmin -u root -p{new-password in clear text, but I put a space after the -p} -h localhost password {new-password in clear text}&#039; and get &#039;Unknown command (my password)&#039;. So I left out the first password leaving &#039;mysqladmin -u root -p -h localhost password {new-password in clear text}&#039; it prompts me for my password, then finishes without complaint.

In the Apache section, I try to go to localhost and I get a 403 forbidden and message &#039;You don&#039;t have permission to access / on this server.&#039;

I don&#039;t think Apache is working right. I don&#039;t know if there&#039;s anything left over from having MAMP installed that is messing things up or not.

So that&#039;s as far as I got. Any suggestions?</description>
		<content:encoded><![CDATA[<p>I think there might be a few things that need cleaning up in this tutorial to make it a little easier to understand.</p>
<p>On step 2 it says 'Add /usr/local/mysql/bin to the path: vim ~/.bash_profile and add: ' I couldn't figure out what that was supposed to mean but I just ran 'vim ~/.bash_profile' and added those two lines to the top. There was another line to include PEAR, so I got rid of that line and added the path to the first line (export PATH).</p>
<p>Next, I tried to start step three, but got an error saying "unknown command mysqladmin". So I skipped ahead, quit terminal, opened terminal and ran 'rm .bash_history'. I quit terminal. Opened it again, tried 'mysqladmin -u root password {new-password in clear text}' and it worked fine. So next I try 'mysqladmin -u root -p{new-password in clear text, but I put a space after the -p} -h localhost password {new-password in clear text}' and get 'Unknown command (my password)'. So I left out the first password leaving 'mysqladmin -u root -p -h localhost password {new-password in clear text}' it prompts me for my password, then finishes without complaint.</p>
<p>In the Apache section, I try to go to localhost and I get a 403 forbidden and message 'You don't have permission to access / on this server.'</p>
<p>I don't think Apache is working right. I don't know if there's anything left over from having MAMP installed that is messing things up or not.</p>
<p>So that's as far as I got. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UJ</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-29028</link>
		<dc:creator>UJ</dc:creator>
		<pubDate>Tue, 27 Oct 2009 10:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-29028</guid>
		<description>Thanks Rob, it worked! I must have missed it. I was looking at the &quot;Show keyboard viewer&quot; at least million times...</description>
		<content:encoded><![CDATA[<p>Thanks Rob, it worked! I must have missed it. I was looking at the "Show keyboard viewer" at least million times...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-29013</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 26 Oct 2009 10:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-29013</guid>
		<description>UJ,

No idea :)  On a UK keyboard, it&#039;s &quot;shift&quot;+&quot;key to the left of the Z key&quot;

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>UJ,</p>
<p>No idea :)  On a UK keyboard, it's "shift"+"key to the left of the Z key"</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UJ</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-29012</link>
		<dc:creator>UJ</dc:creator>
		<pubDate>Mon, 26 Oct 2009 10:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-29012</guid>
		<description>Hi, I&#039;m a fresh newbie on Mac... your post was very helpful. 

One off-topic question: how do you easily insert the tilda &quot;~&quot; character on regular US keyboard (e.g. for you path environment setup)? It&#039;s driving me crazy... Thank you in advance.</description>
		<content:encoded><![CDATA[<p>Hi, I'm a fresh newbie on Mac... your post was very helpful. </p>
<p>One off-topic question: how do you easily insert the tilda "~" character on regular US keyboard (e.g. for you path environment setup)? It's driving me crazy... Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-28802</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 12 Oct 2009 14:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-28802</guid>
		<description>rossmcf,

Thank you. Have you commented on joind.in at &lt;a href=&quot;http://joind.in/616&quot; rel=&quot;nofollow&quot;&gt;http://joind.in/616&lt;/a&gt;?

Rob...</description>
		<content:encoded><![CDATA[<p>rossmcf,</p>
<p>Thank you. Have you commented on joind.in at <a href="http://joind.in/616" rel="nofollow">http://joind.in/616</a>?</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-28801</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Mon, 12 Oct 2009 14:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-28801</guid>
		<description>Goran,

Have you tried &lt;tt&gt;pecl install apc&lt;/tt&gt; and &lt;tt&gt;pecl install imagick&lt;/tt&gt;?

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Goran,</p>
<p>Have you tried <tt>pecl install apc</tt> and <tt>pecl install imagick</tt>?</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goran Jurić</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-28786</link>
		<dc:creator>Goran Jurić</dc:creator>
		<pubDate>Sun, 11 Oct 2009 18:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-28786</guid>
		<description>Nice.

Is there an easy way to install APC and Imagick (that&#039;s Imagick, not ImageMagick) extensions?</description>
		<content:encoded><![CDATA[<p>Nice.</p>
<p>Is there an easy way to install APC and Imagick (that's Imagick, not ImageMagick) extensions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rossmcf</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-28784</link>
		<dc:creator>rossmcf</dc:creator>
		<pubDate>Sun, 11 Oct 2009 15:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-28784</guid>
		<description>Sweet Jesus, yes!

I&#039;d been hoping for two things with Snow Leopard: 1. MySQL PDO and 2. some nice person to write an all-inclusive tutorial on setting up. Winner!

Btw, I enjoyed your talk at PHPNW09; Really natural, informed and insightful. Nice to see someone not reading from their slides, too.

Cheers,
Ross</description>
		<content:encoded><![CDATA[<p>Sweet Jesus, yes!</p>
<p>I'd been hoping for two things with Snow Leopard: 1. MySQL PDO and 2. some nice person to write an all-inclusive tutorial on setting up. Winner!</p>
<p>Btw, I enjoyed your talk at PHPNW09; Really natural, informed and insightful. Nice to see someone not reading from their slides, too.</p>
<p>Cheers,<br />
Ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Lo</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-28714</link>
		<dc:creator>Nick Lo</dc:creator>
		<pubDate>Wed, 07 Oct 2009 08:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-28714</guid>
		<description>Hey Rob,

A couple of juicy additions: 64 bit MySQL preference pane:

http://www.swoon.net/site/software.html

Nice tool I picked up just the other day, WebMon:

&quot;Configures OS X&#039;s built-in web server to support WebDAV, PHP, and SSL.&quot; and &quot;WebMon for Snow Leopard can now set up multiple virtual domains in addition to the main domain.&quot;

http://www.cutedgesystems.com/software/WebMonSnow/

It allows custom Apache directives so is quite flexible. I also use their DNS Enabler.</description>
		<content:encoded><![CDATA[<p>Hey Rob,</p>
<p>A couple of juicy additions: 64 bit MySQL preference pane:</p>
<p><a href="http://www.swoon.net/site/software.html" rel="nofollow">http://www.swoon.net/site/software.html</a></p>
<p>Nice tool I picked up just the other day, WebMon:</p>
<p>"Configures OS X's built-in web server to support WebDAV, PHP, and SSL." and "WebMon for Snow Leopard can now set up multiple virtual domains in addition to the main domain."</p>
<p><a href="http://www.cutedgesystems.com/software/WebMonSnow/" rel="nofollow">http://www.cutedgesystems.com/software/WebMonSnow/</a></p>
<p>It allows custom Apache directives so is quite flexible. I also use their DNS Enabler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nwfrg</title>
		<link>http://akrabat.com/php/setting-up-php-mysql-on-os-x-10-6-snow-leopard/#comment-28697</link>
		<dc:creator>nwfrg</dc:creator>
		<pubDate>Tue, 06 Oct 2009 16:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=784#comment-28697</guid>
		<description>Thanks for the tips!  I especially appreciate the easy and simple xdebug instructions

you can flush your shell history with:

history -c

also see:
http://www.macosxhints.com/article.php?story=20090831101932728</description>
		<content:encoded><![CDATA[<p>Thanks for the tips!  I especially appreciate the easy and simple xdebug instructions</p>
<p>you can flush your shell history with:</p>
<p>history -c</p>
<p>also see:<br />
<a href="http://www.macosxhints.com/article.php?story=20090831101932728" rel="nofollow">http://www.macosxhints.com/article.php?story=20090831101932728</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
