<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: AMP + WordPress on Windows XP?</title>
	<link>http://ask.metafilter.com/19580/AMP-WordPress-on-Windows-XP/</link>
	<description>Comments on Ask MetaFilter post AMP + WordPress on Windows XP?</description>
	<pubDate>Mon, 06 Jun 2005 18:01:06 -0800</pubDate>
	<lastBuildDate>Mon, 06 Jun 2005 18:01:06 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: AMP + WordPress on Windows XP?</title>
		<link>http://ask.metafilter.com/19580/AMP-WordPress-on-Windows-XP</link>	
		<description>Heh. I am in the strange position of being &lt;strong&gt;far&lt;/strong&gt; more capable of managing Unix/Linux/OS X than I am Windows XP, and, for development purposes, I&apos;d like to install WordPress on my Windows box. &lt;br /&gt;&lt;br /&gt; I don&apos;t want to use an all-in-one type WAMP package because I&apos;d like to be able to independently configure and upgrade individual components, so EasyPHP, WAMPP+, etc, are out. I&apos;ve tried to follow the somewhat outdated instructions located on the page &lt;a href=&quot;http://www.truedeath.com/guides/server_project.html#directorystructure&quot;&gt;Server Project: WP on XP,&lt;/a&gt; but I&apos;ve run into a couple of snags. I&apos;ve managed to get Apache and PHP mostly working (Apachemon starts twice when I reboot, but I will figure that out later) but I am stuck on MySQL.&lt;br&gt;
&lt;br&gt;
So, my question.&lt;br&gt;
&lt;br&gt;
1) Are there better instructions for running WP on XP than the ones I linked?&lt;br&gt;
&lt;br&gt;
2) If not, does anyone have a recommendation for the most succinct/clearest instructions for getting MySQL and PHPMyAdmin running on XP? The ones I linked call for me to run executables that I don&apos;t seem to have in my download of MySQL 4.1, and the included documention is weak and convoluted at best.&lt;br&gt;
&lt;br&gt;
Pretend that I am a bright but small child when answering.&lt;br&gt;
&lt;br&gt;
Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.19580</guid>
		<pubDate>Mon, 06 Jun 2005 17:00:48 -0800</pubDate>
		<dc:creator>xyzzy</dc:creator>
		
			<category>wordpress</category>
		
			<category>xp</category>
		
			<category>wamp</category>
		
			<category>mysql</category>
		
			<category>apache</category>
		
			<category>php</category>
		
	</item> <item>
		<title>By: majick</title>
		<link>http://ask.metafilter.com/19580/AMP-WordPress-on-Windows-XP#321824</link>	
		<description>1.  I&apos;m sorry, I don&apos;t know the first thing about WordPress.&lt;br&gt;
&lt;br&gt;
2.  MySQL is almost completely identical across platforms, so your UNIX experience more or less applies here.  As usual, once it is installed -- in the case of Windows this should consist pretty much of unzipping the binary distribution -- you need only pick a my.cnf file, run the daemon and it&apos;s up.  (I believe the daemon is called safe_mysqld.exe on Windows, but I don&apos;t have Windows in front of me for a reference).  Likewise, unless it&apos;s changed since I last looked at it, PHPMyAdmin doesn&apos;t know a durned thing about Windows; just configure it to connect to localhost and you&apos;re up and running.&lt;br&gt;
&lt;br&gt;
Maybe you could be a bit more specific about how you are &quot;stuck on MySQL?&quot;  That might help shake out some more useful advice than my admittedly weak &quot;durr, just install it and run it.&quot;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.19580-321824</guid>
		<pubDate>Mon, 06 Jun 2005 18:01:06 -0800</pubDate>
		<dc:creator>majick</dc:creator>
	</item><item>
		<title>By: xyzzy</title>
		<link>http://ask.metafilter.com/19580/AMP-WordPress-on-Windows-XP#321835</link>	
		<description>I&apos;m not a DB admin.. I was always a sysadmin, so I just installed software for people and optimized the server to run it nicely. It was up to them to make users and databases and such.&lt;br&gt;
&lt;br&gt;
So, here&apos;s where I am.&lt;br&gt;
&lt;br&gt;
1. MySQL is installed and running.&lt;br&gt;
&lt;br&gt;
2. PHPMyAdmin is installed and runs.&lt;br&gt;
&lt;br&gt;
PHPMyAdmin says &quot; MySQL said: Documentation&lt;br&gt;
#1045 - Access denied for user &apos;root&apos;@&apos;localhost&apos; (using password: NO)&quot;&lt;br&gt;
&lt;br&gt;
Which makes sense, because every time I try to run the Windows db config utility for MySQL, it says the same thing, even though I set a freaking password during the install and have input that exact same password into every config file as required.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.19580-321835</guid>
		<pubDate>Mon, 06 Jun 2005 18:12:01 -0800</pubDate>
		<dc:creator>xyzzy</dc:creator>
	</item><item>
		<title>By: xyzzy</title>
		<link>http://ask.metafilter.com/19580/AMP-WordPress-on-Windows-XP#321925</link>	
		<description>After hours of googling, I found an answer.&lt;br&gt;
&lt;br&gt;
I installed MySQL Administrator (free from the MySQL site) and changed the root password to a blank one. Changed the ini file to use old style password hashing. Readded the original root password. Restarted all services. Done.&lt;br&gt;
&lt;br&gt;
Now I have WP on WinXP. Whee.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.19580-321925</guid>
		<pubDate>Mon, 06 Jun 2005 20:33:34 -0800</pubDate>
		<dc:creator>xyzzy</dc:creator>
	</item><item>
		<title>By: strangeleftydoublethink</title>
		<link>http://ask.metafilter.com/19580/AMP-WordPress-on-Windows-XP#321987</link>	
		<description>Thanks, xyzzy. I had this same problem several months ago and never got it resolved. I got a Mac Mini instead.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.19580-321987</guid>
		<pubDate>Mon, 06 Jun 2005 22:40:59 -0800</pubDate>
		<dc:creator>strangeleftydoublethink</dc:creator>
	</item>
	</channel>
</rss>
