<?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 Do You Use MAMP?</title>
	<atom:link href="http://michaeldoig.net/11/how-do-you-use-mamp.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm</link>
	<description>Brooklyn, NY</description>
	<lastBuildDate>Mon, 08 Feb 2010 23:54:06 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59682</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 08 Feb 2010 23:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59682</guid>
		<description>Open Mamp Start page and go to php myadmin.

Select the database you want to delete.

On the far right of the screen is a red X with the title &#039;drop&#039;

press that button if you really want to delete the database forever to hell.</description>
		<content:encoded><![CDATA[<p>Open Mamp Start page and go to php myadmin.</p>
<p>Select the database you want to delete.</p>
<p>On the far right of the screen is a red X with the title &#8216;drop&#8217;</p>
<p>press that button if you really want to delete the database forever to hell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caminante</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59659</link>
		<dc:creator>Caminante</dc:creator>
		<pubDate>Sat, 24 Oct 2009 12:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59659</guid>
		<description>Hi Mike,

Thanks a lot for this great tutorial: I followed it and it worked fine. I have built a small blog which I use to get familiar with the possibilities of WordPress and understand themes issues.

Now,  I would like to recreate it on another machine. I have installed the latest MAMP version, and it is OK.
But what files should I save/restore from the previous machine? Shall I need to run WP installation procedures again? I tried to just copy my blog directory (which is within htdocs) and my database (which is within db/mysql) and it does not seem to be sufficient. When I go to http://localhost:8888/my-base/ I get an error message : &quot;Error establishing a database connection&quot;.

I believe the same questions would apply when one has to upgrade MAMP to a newer version?

Thanks in advance for your help.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Thanks a lot for this great tutorial: I followed it and it worked fine. I have built a small blog which I use to get familiar with the possibilities of WordPress and understand themes issues.</p>
<p>Now,  I would like to recreate it on another machine. I have installed the latest MAMP version, and it is OK.<br />
But what files should I save/restore from the previous machine? Shall I need to run WP installation procedures again? I tried to just copy my blog directory (which is within htdocs) and my database (which is within db/mysql) and it does not seem to be sufficient. When I go to <a href="http://localhost:8888/my-base/" rel="nofollow">http://localhost:8888/my-base/</a> I get an error message : &#8220;Error establishing a database connection&#8221;.</p>
<p>I believe the same questions would apply when one has to upgrade MAMP to a newer version?</p>
<p>Thanks in advance for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ard</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59633</link>
		<dc:creator>ard</dc:creator>
		<pubDate>Tue, 01 Sep 2009 10:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59633</guid>
		<description>@Jan:How do you delete a database from Mamp?
you delete a database from the browser. Start MAMP, click the &#039;open start page&#039; button, in the browser that opens you click the phpMyAdmin link, in the window that opens, on the left hand side you see phpMyAdmin logo, underneath is a tiny logo &#039;SQL&#039;. Press that. In the popup window that opens type

drop database wordpress

and press &#039;go&#039;. Then you have to return to the phpMyAdmin window, where you have to dismiss an alert by pressing &#039;Yes&#039;. If all went right, a note is shown &quot;Your SQL query has been executed successfully&quot; and wordpress is no longer in the popup menu with databases.</description>
		<content:encoded><![CDATA[<p>@Jan:How do you delete a database from Mamp?<br />
you delete a database from the browser. Start MAMP, click the &#8216;open start page&#8217; button, in the browser that opens you click the phpMyAdmin link, in the window that opens, on the left hand side you see phpMyAdmin logo, underneath is a tiny logo &#8216;SQL&#8217;. Press that. In the popup window that opens type</p>
<p>drop database wordpress</p>
<p>and press &#8216;go&#8217;. Then you have to return to the phpMyAdmin window, where you have to dismiss an alert by pressing &#8216;Yes&#8217;. If all went right, a note is shown &#8220;Your SQL query has been executed successfully&#8221; and wordpress is no longer in the popup menu with databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Smyth</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59594</link>
		<dc:creator>Sean Smyth</dc:creator>
		<pubDate>Wed, 12 Aug 2009 19:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59594</guid>
		<description>@ Selina Don&#039;t mean to state the obvious but is the wordpress install path actually wordpress/wp-admin/install.php. Is the folder with the wordpress files actually called wordpress.

And another thing to check might be the wp-config.php file is correct.
You can check out a tutorial I wrote about installing Mamp for Wordpress. It might enlighten you.

http://www.seansmyth.ie/blog/2008/08/29/installing-wordpress-locally-on-a-mac/

Hope that helps! :D</description>
		<content:encoded><![CDATA[<p>@ Selina Don&#8217;t mean to state the obvious but is the wordpress install path actually wordpress/wp-admin/install.php. Is the folder with the wordpress files actually called wordpress.</p>
<p>And another thing to check might be the wp-config.php file is correct.<br />
You can check out a tutorial I wrote about installing Mamp for Wordpress. It might enlighten you.</p>
<p><a href="http://www.seansmyth.ie/blog/2008/08/29/installing-wordpress-locally-on-a-mac/" rel="nofollow">http://www.seansmyth.ie/blog/2008/08/29/installing-wordpress-locally-on-a-mac/</a></p>
<p>Hope that helps! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selena</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59588</link>
		<dc:creator>Selena</dc:creator>
		<pubDate>Sun, 09 Aug 2009 21:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59588</guid>
		<description>When I type in http://localhost:8888/wordpress/wp-admin/install.php in the brower, I get &quot;404 Not Found. The requested URL /wordpress/wp-admin/install.php was not found on this server.&quot; The green lights on my Apache and MySQL servers are both on. 

Do you know how to fix this? Thanks!</description>
		<content:encoded><![CDATA[<p>When I type in <a href="http://localhost:8888/wordpress/wp-admin/install.php" rel="nofollow">http://localhost:8888/wordpress/wp-admin/install.php</a> in the brower, I get &#8220;404 Not Found. The requested URL /wordpress/wp-admin/install.php was not found on this server.&#8221; The green lights on my Apache and MySQL servers are both on. </p>
<p>Do you know how to fix this? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanOh</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59513</link>
		<dc:creator>DanOh</dc:creator>
		<pubDate>Tue, 17 Mar 2009 17:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59513</guid>
		<description>Thanks for the tutorial, really helped me find my way through this minefield...strangely I got the Server error messages/already installed WP, so I wiped it all and started from scratch..perfect!

Cheers

D</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, really helped me find my way through this minefield&#8230;strangely I got the Server error messages/already installed WP, so I wiped it all and started from scratch..perfect!</p>
<p>Cheers</p>
<p>D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59485</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Mon, 02 Feb 2009 18:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59485</guid>
		<description>Hello,

I&#039;ve managed to export my blog however I must have done something wrong as I cannot post, save or upload media to the blog.

Does anyone have information for importing a Wordpress installation from a MAMP server setup to an account on a shared Linux server.

If I do not get this working I will have to start all over again with over 200 posts. I really need to get this blog online and working.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;ve managed to export my blog however I must have done something wrong as I cannot post, save or upload media to the blog.</p>
<p>Does anyone have information for importing a Wordpress installation from a MAMP server setup to an account on a shared Linux server.</p>
<p>If I do not get this working I will have to start all over again with over 200 posts. I really need to get this blog online and working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59479</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 13 Jan 2009 02:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59479</guid>
		<description>How do you delete a database from Mamp? I have been over the documentation and I cannot find anyway to delete a database.
When working on more than one Wordpress blog do I have to rename the Wordpress folder and create another database or can I use the first one I created? 
HELP!!

Jan</description>
		<content:encoded><![CDATA[<p>How do you delete a database from Mamp? I have been over the documentation and I cannot find anyway to delete a database.<br />
When working on more than one Wordpress blog do I have to rename the Wordpress folder and create another database or can I use the first one I created?<br />
HELP!!</p>
<p>Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Daly</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59439</link>
		<dc:creator>Morgan Daly</dc:creator>
		<pubDate>Wed, 26 Nov 2008 04:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59439</guid>
		<description>Hello,

On syncing your Wordpress Live and Local versions. I think it would be tricky because of the database and the config file. Although maybe you could set up your sync to ignore the config file?

What I am interested in though is keeping my MAMP folders synced. I am running an iMac and a Macbook. I want to be able to fire up either one and have the same local info synced both MAMP installs.

I am pretty sure that all I have to do is keep the htdocs and db files synced and the rest will just be MAMP files that don&#039;t usually change.

I will come up with a solution, but in the interest of saving myself some time. What syncing solution would you create??? Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>On syncing your Wordpress Live and Local versions. I think it would be tricky because of the database and the config file. Although maybe you could set up your sync to ignore the config file?</p>
<p>What I am interested in though is keeping my MAMP folders synced. I am running an iMac and a Macbook. I want to be able to fire up either one and have the same local info synced both MAMP installs.</p>
<p>I am pretty sure that all I have to do is keep the htdocs and db files synced and the rest will just be MAMP files that don&#8217;t usually change.</p>
<p>I will come up with a solution, but in the interest of saving myself some time. What syncing solution would you create??? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://michaeldoig.net/11/how-do-you-use-mamp.htm/comment-page-1#comment-59267</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 11 Sep 2008 14:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://michaeldoig.net/?p=11#comment-59267</guid>
		<description>Thanks for the tutorial, it was a huge help. Now I can test my themes on my local machine.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, it was a huge help. Now I can test my themes on my local machine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
