<?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: How to set up WordPress on Leopard</title>
	<atom:link href="http://herselfswebtools.com/2007/10/how-to-set-up-wordpress-on-leopard.html/feed" rel="self" type="application/rss+xml" />
	<link>http://herselfswebtools.com/2007/10/how-to-set-up-wordpress-on-leopard.html</link>
	<description>Scripts, HowTos, Templates, Plugins, Widgets, Tips</description>
	<lastBuildDate>Mon, 16 Jan 2012 16:16:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Linda MacPhee-Cobb</title>
		<link>http://herselfswebtools.com/2007/10/how-to-set-up-wordpress-on-leopard.html/comment-page-1#comment-450</link>
		<dc:creator>Linda MacPhee-Cobb</dc:creator>
		<pubDate>Tue, 18 Oct 2011 23:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://timestocome.org/webtools/2007/10/how-to-set-up-wordpress-on-leopard.html#comment-450</guid>
		<description>Did you get MySQL installed ok?

If not can you tell me what error msgs you are getting?</description>
		<content:encoded><![CDATA[<p>Did you get MySQL installed ok?</p>
<p>If not can you tell me what error msgs you are getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://herselfswebtools.com/2007/10/how-to-set-up-wordpress-on-leopard.html/comment-page-1#comment-447</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 02 Oct 2011 18:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://timestocome.org/webtools/2007/10/how-to-set-up-wordpress-on-leopard.html#comment-447</guid>
		<description>Hey, folks, I&#039;m really new to this. I&#039;m feeling lost even looking at these instructions. First, I went to the MySQL link and there are about 100 choices. I&#039;m working with Leopard 10.5.1 on a black MacBook.

Any chance someone could chime in as to which of the download options I should choose. That will at least get me started. I&#039;ll probably be asking a bunch more questions.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey, folks, I&#8217;m really new to this. I&#8217;m feeling lost even looking at these instructions. First, I went to the MySQL link and there are about 100 choices. I&#8217;m working with Leopard 10.5.1 on a black MacBook.</p>
<p>Any chance someone could chime in as to which of the download options I should choose. That will at least get me started. I&#8217;ll probably be asking a bunch more questions.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ljmacphee</title>
		<link>http://herselfswebtools.com/2007/10/how-to-set-up-wordpress-on-leopard.html/comment-page-1#comment-286</link>
		<dc:creator>ljmacphee</dc:creator>
		<pubDate>Mon, 29 Sep 2008 02:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://timestocome.org/webtools/2007/10/how-to-set-up-wordpress-on-leopard.html#comment-286</guid>
		<description>This was emailed to me - it is likely useful to those of you following these instructions for installing WP on OSX

Linda,

I&#039;ve been going through the OSX wordpress installation (preconfiguration) for 10.5.5 with php 5.2.6 and MySQL 5.0.67 and
have a couple of revisions for the installation process.  Don&#039;t know if these are of any use, but here goes...

A few updates for the installation process.
--------------------------------------------------------

Database installation instructions seem to work as is with the DMG file for 5.0.67
       I did install the preference pane though and start the application that way.  Dropped the pref-pane file mysql.prefpane
       into {user}/Library/PreferencePanes

Configuring php5 (specifically 5.2.6 on OSX 10.5.5)
------------------------
       1.  /etc/httpd is now empty -- content has been moved to /etc/apache2.
       2.  edit /etc/apache2/httpd.conf, uncomment the line with php5
            --- (the other lines are now living in another file called php5.conf in another directory and don&#039;t need to be uncommented)
       3.  killall -9 httpd         (i had to use the killall -9 to get it to die also)
       4.  httpd -k start           (i had to use the -k to get it to work)

Set up Word Press
--------------------------
       The default database name is not already called wordpress it&#039;s called &#039;putyourdbnamehere&#039;.  So we just have to change to
       wordpress.

       Also I *did* have to change from localhost to &#039;127.0.0.1&#039; in the hostname.

Cheers,</description>
		<content:encoded><![CDATA[<p>This was emailed to me &#8211; it is likely useful to those of you following these instructions for installing WP on OSX</p>
<p>Linda,</p>
<p>I&#8217;ve been going through the OSX wordpress installation (preconfiguration) for 10.5.5 with php 5.2.6 and MySQL 5.0.67 and<br />
have a couple of revisions for the installation process.  Don&#8217;t know if these are of any use, but here goes&#8230;</p>
<p>A few updates for the installation process.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Database installation instructions seem to work as is with the DMG file for 5.0.67<br />
       I did install the preference pane though and start the application that way.  Dropped the pref-pane file mysql.prefpane<br />
       into {user}/Library/PreferencePanes</p>
<p>Configuring php5 (specifically 5.2.6 on OSX 10.5.5)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
       1.  /etc/httpd is now empty &#8212; content has been moved to /etc/apache2.<br />
       2.  edit /etc/apache2/httpd.conf, uncomment the line with php5<br />
            &#8212; (the other lines are now living in another file called php5.conf in another directory and don&#8217;t need to be uncommented)<br />
       3.  killall -9 httpd         (i had to use the killall -9 to get it to die also)<br />
       4.  httpd -k start           (i had to use the -k to get it to work)</p>
<p>Set up Word Press<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
       The default database name is not already called wordpress it&#8217;s called &#8216;putyourdbnamehere&#8217;.  So we just have to change to<br />
       wordpress.</p>
<p>       Also I *did* have to change from localhost to &#8217;127.0.0.1&#8242; in the hostname.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

