<?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: Tryst with WordPress</title>
	<atom:link href="http://www.andhapp.com/blog/2006/10/27/hello-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andhapp.com/blog/2006/10/27/hello-world/</link>
	<description>Victory is mine</description>
	<lastBuildDate>Sat, 20 Nov 2010 21:46:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: andhapp</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-475</link>
		<dc:creator>andhapp</dc:creator>
		<pubDate>Sat, 07 Apr 2007 19:53:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-475</guid>
		<description>Ok good that it worked...sometimes these are just trivial issues but they take up so much time messing the schedule completely...best of luck for the future...</description>
		<content:encoded><![CDATA[<p>Ok good that it worked&#8230;sometimes these are just trivial issues but they take up so much time messing the schedule completely&#8230;best of luck for the future&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-459</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 07 Apr 2007 01:32:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-459</guid>
		<description>Ok, solved my problem.
I downloaded the wampserver from www.wampserver.com
After I installed it initially, it didn&#039;t work, still the same error as before.
I uninstalled, then deleted all the Apache, PHP and MySql folder on my computer.
I reinstalled Wamp, and it worked beautifully. No more troubles.
I think it was a file that wasn&#039;t getting overwritten properly in the install.

Thanks again for your help!</description>
		<content:encoded><![CDATA[<p>Ok, solved my problem.<br />
I downloaded the wampserver from <a href="http://www.wampserver.com" rel="nofollow">http://www.wampserver.com</a><br />
After I installed it initially, it didn&#8217;t work, still the same error as before.<br />
I uninstalled, then deleted all the Apache, PHP and MySql folder on my computer.<br />
I reinstalled Wamp, and it worked beautifully. No more troubles.<br />
I think it was a file that wasn&#8217;t getting overwritten properly in the install.</p>
<p>Thanks again for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-458</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 07 Apr 2007 00:21:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-458</guid>
		<description>also, the php.info page doesn&#039;t show any mysql info, though it all seems to be installed correctly.</description>
		<content:encoded><![CDATA[<p>also, the php.info page doesn&#8217;t show any mysql info, though it all seems to be installed correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-456</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 06 Apr 2007 23:53:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-456</guid>
		<description>Ok, I just did as you suggested, and unfortunately that didn&#039;t work. I did however
notice that in the php.ini file there is a second &quot;extension_dir&quot; variable.
When this variable is set to look in the same extension_dir as the first 
(&quot;C:\Program Files\PHP\ext&quot;) then Apache throws a multitude of errors, it 
can&#039;t find a bunch of dll&#039;s, namely because they dont&#039; exist in that directory.
I wonder if this second extension_dir in the php.ini file is fouling up my install?</description>
		<content:encoded><![CDATA[<p>Ok, I just did as you suggested, and unfortunately that didn&#8217;t work. I did however<br />
notice that in the php.ini file there is a second &#8220;extension_dir&#8221; variable.<br />
When this variable is set to look in the same extension_dir as the first<br />
(&#8220;C:\Program Files\PHP\ext&#8221;) then Apache throws a multitude of errors, it<br />
can&#8217;t find a bunch of dll&#8217;s, namely because they dont&#8217; exist in that directory.<br />
I wonder if this second extension_dir in the php.ini file is fouling up my install?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andhapp</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-455</link>
		<dc:creator>andhapp</dc:creator>
		<pubDate>Fri, 06 Apr 2007 22:23:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-455</guid>
		<description>I think I know what the problem might be:

Have you actually added php_mysql.dll explicitly to the PATH global variable... just by adding c:\windows\system32 might not work...try stating the location of that file in the PATH variable...and don&#039;t copy the php_mysql.dll to system 32 just leave it in the ext directory in your php installtion folder...and specify this location with the name of the file in the PATH variable something like:
        c:\program files\php\ext\php_mysql.dll

For MySQL issue go here:
http://lists.mysql.com/mysql/171366

and once you have done all this...restart all your servers Apache and MySQL...say your last prayers and try the address in your browser...GOOD LUCK

I have always been an open source guy still climbing the ladder...the curve is extremely steep...still trying....</description>
		<content:encoded><![CDATA[<p>I think I know what the problem might be:</p>
<p>Have you actually added php_mysql.dll explicitly to the PATH global variable&#8230; just by adding c:\windows\system32 might not work&#8230;try stating the location of that file in the PATH variable&#8230;and don&#8217;t copy the php_mysql.dll to system 32 just leave it in the ext directory in your php installtion folder&#8230;and specify this location with the name of the file in the PATH variable something like:<br />
        c:\program files\php\ext\php_mysql.dll</p>
<p>For MySQL issue go here:<br />
<a href="http://lists.mysql.com/mysql/171366" rel="nofollow">http://lists.mysql.com/mysql/171366</a></p>
<p>and once you have done all this&#8230;restart all your servers Apache and MySQL&#8230;say your last prayers and try the address in your browser&#8230;GOOD LUCK</p>
<p>I have always been an open source guy still climbing the ladder&#8230;the curve is extremely steep&#8230;still trying&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-450</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 06 Apr 2007 12:36:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-450</guid>
		<description>Great, thanks in advance for your help.
Here is what I have done so far:
1. Installed Apache
2. Installed PHP
3. Installed MySql
4. Created a DB called wordpress
5. modified wp-config.php with the values of the database &quot;wordpress&quot; with
root user as the user.
6. Modified the php.ini file located in the php directory by uncommenting the
lines for extension=php_mysql.dll and extension=mysqli.dll
7. Modified the php.ini file so that extension_dir points to c:\program files\php\\ext
8. added the php_mysql.dll to system32
9. added a path environment variable to c:\windows\system32

I thought maybe it was a permissions error, so I tried to grant permission
to the root user to the wordpress db this morning, now I cannot log into mysql 
with the root user, I&#039;m sure that&#039;s not helping anything. :)

I&#039;m brand new to Apache/PHP/MySql, been stuck in Microsoft land for years.
It&#039;s nice to have that &quot;noobie&quot; feeling again... :\</description>
		<content:encoded><![CDATA[<p>Great, thanks in advance for your help.<br />
Here is what I have done so far:<br />
1. Installed Apache<br />
2. Installed PHP<br />
3. Installed MySql<br />
4. Created a DB called wordpress<br />
5. modified wp-config.php with the values of the database &#8220;wordpress&#8221; with<br />
root user as the user.<br />
6. Modified the php.ini file located in the php directory by uncommenting the<br />
lines for extension=php_mysql.dll and extension=mysqli.dll<br />
7. Modified the php.ini file so that extension_dir points to c:\program files\php\\ext<br />
8. added the php_mysql.dll to system32<br />
9. added a path environment variable to c:\windows\system32</p>
<p>I thought maybe it was a permissions error, so I tried to grant permission<br />
to the root user to the wordpress db this morning, now I cannot log into mysql<br />
with the root user, I&#8217;m sure that&#8217;s not helping anything. <img src='http://www.andhapp.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m brand new to Apache/PHP/MySql, been stuck in Microsoft land for years.<br />
It&#8217;s nice to have that &#8220;noobie&#8221; feeling again&#8230; :\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andhapp</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-447</link>
		<dc:creator>andhapp</dc:creator>
		<pubDate>Fri, 06 Apr 2007 11:07:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-447</guid>
		<description>Have you actually added the location of &quot;php_mysql.dll&quot; to the PATH environment variable...I think you need to do that..

Also, can you please leave a breakdown of the steps you have taken to install this... i know it is frustrating...alrighty...and I can certainly help you out on this one as I spent days trying to figure out what was wrong...

andHapp</description>
		<content:encoded><![CDATA[<p>Have you actually added the location of &#8220;php_mysql.dll&#8221; to the PATH environment variable&#8230;I think you need to do that..</p>
<p>Also, can you please leave a breakdown of the steps you have taken to install this&#8230; i know it is frustrating&#8230;alrighty&#8230;and I can certainly help you out on this one as I spent days trying to figure out what was wrong&#8230;</p>
<p>andHapp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-439</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 06 Apr 2007 02:33:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-439</guid>
		<description>I still cannot get wordpress to notice mysql. I&#039;m running IIS on xp pro, got 
frustrated with that and installed apache, still no luck. 
The correct lines are uncommented in the ini file.
It&#039;s pointng to the correct ini file.
Using username: root, host:localhost.

do I need to do something special in mysql to add root to the wordpress db?</description>
		<content:encoded><![CDATA[<p>I still cannot get wordpress to notice mysql. I&#8217;m running IIS on xp pro, got<br />
frustrated with that and installed apache, still no luck.<br />
The correct lines are uncommented in the ini file.<br />
It&#8217;s pointng to the correct ini file.<br />
Using username: root, host:localhost.</p>
<p>do I need to do something special in mysql to add root to the wordpress db?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andhapp</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-27</link>
		<dc:creator>andhapp</dc:creator>
		<pubDate>Sun, 04 Feb 2007 07:09:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-27</guid>
		<description>No problems mate...it is frustrating sometimes tbh.</description>
		<content:encoded><![CDATA[<p>No problems mate&#8230;it is frustrating sometimes tbh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://www.andhapp.com/blog/2006/10/27/hello-world/#comment-26</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Sat, 03 Feb 2007 19:22:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-26</guid>
		<description>Man!.Thanks a lot. I have been spending about  5 hrs with  this problem 
and the various solutions.This worked like a Charm</description>
		<content:encoded><![CDATA[<p>Man!.Thanks a lot. I have been spending about  5 hrs with  this problem<br />
and the various solutions.This worked like a Charm</p>
]]></content:encoded>
	</item>
</channel>
</rss>

