<?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 Install Drupal on a GoGrid Cloud Server in Less than 15 Minutes</title>
	<atom:link href="http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/</link>
	<description>&#34;Control in the Cloud™&#34;</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:49:38 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Blevine</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-1933</link>
		<dc:creator>Blevine</dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-1933</guid>
		<description>@Anil,  
 
The instructions you linked above are for using Webmin, although it shouldn&#039;t make much difference. You can create a new user and/or group to own the files in your web directory. In fact, that is preferable. When doing so, you need to ensure that you update the httpd.conf file to reflect your changed ownerships for the &quot;User&quot; and &quot;Group&quot; values. That may be the error you&#039;re running into. Let me know if that works.  
 
Thanks, 
 
Bryan  </description>
		<content:encoded><![CDATA[<p>@Anil,  </p>
<p>The instructions you linked above are for using Webmin, although it shouldn&#039;t make much difference. You can create a new user and/or group to own the files in your web directory. In fact, that is preferable. When doing so, you need to ensure that you update the httpd.conf file to reflect your changed ownerships for the &quot;User&quot; and &quot;Group&quot; values. That may be the error you&#039;re running into. Let me know if that works.  </p>
<p>Thanks, </p>
<p>Bryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blevine</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-1424</link>
		<dc:creator>Blevine</dc:creator>
		<pubDate>Thu, 05 Mar 2009 00:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-1424</guid>
		<description>You will need to do one of two things:  
 
1. Enter the command:  
yum install php-mysql 
 
2. Edit your php.ini file and un-comment the following lines:  
extension=mysql.so 
extension=mysqli.so 
 
Let us know how that works for you.  
 
Thanks! 
 
-Bryan  </description>
		<content:encoded><![CDATA[<p>You will need to do one of two things:  </p>
<p>1. Enter the command:<br />
yum install php-mysql </p>
<p>2. Edit your php.ini file and un-comment the following lines:<br />
extension=mysql.so<br />
extension=mysqli.so </p>
<p>Let us know how that works for you.  </p>
<p>Thanks! </p>
<p>-Bryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Levine</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-1423</link>
		<dc:creator>Bryan Levine</dc:creator>
		<pubDate>Thu, 05 Mar 2009 00:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-1423</guid>
		<description>You will need to do one of two things: 

1. Run the following command: &lt;code&gt;yum install php-mysql&lt;/code&gt;
2. Edit your php.ini file to un-comment the following lines: 
&lt;code&gt;extension=mysql.so
extension=mysqli.so&lt;/code&gt;

Let us know if that works for you. 

Thanks!

-Bryan</description>
		<content:encoded><![CDATA[<p>You will need to do one of two things: </p>
<p>1. Run the following command: <code>yum install php-mysql</code><br />
2. Edit your php.ini file to un-comment the following lines:<br />
<code>extension=mysql.so<br />
extension=mysqli.so</code></p>
<p>Let us know if that works for you. </p>
<p>Thanks!</p>
<p>-Bryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-1420</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 04 Mar 2009 22:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-1420</guid>
		<description>I am getting the error:   
****************************************** 
PHP MySQL support not enabled 
We were unable to use the MySQL database because the MySQL extension for PHP is not installed. Check your PHP.ini to see how you can enable it. 
 
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider. 
****************************************** 
 
I have a database set up and permissions set, but I never even get that far, this is the first page I see when I hit the Drupal site. 
 
Drupal 5.16 
CentOs 5.1 </description>
		<content:encoded><![CDATA[<p>I am getting the error:<br />
******************************************<br />
PHP MySQL support not enabled<br />
We were unable to use the MySQL database because the MySQL extension for PHP is not installed. Check your PHP.ini to see how you can enable it. </p>
<p>For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.<br />
****************************************** </p>
<p>I have a database set up and permissions set, but I never even get that far, this is the first page I see when I hit the Drupal site. </p>
<p>Drupal 5.16<br />
CentOs 5.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blevine</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-1230</link>
		<dc:creator>Blevine</dc:creator>
		<pubDate>Fri, 13 Feb 2009 02:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-1230</guid>
		<description>@Ryan,  
 
On install, there is no root password for the database. You should login to MySQL by running the command: &lt;code&gt;mysql &lt;/code&gt;from the command line. Hit Enter when it asks for a password. Once you&#039;ve done that, follow the instructions above on creating a database and assigning a user to the database. You will also want to immediately set up a password for the root user on your database.  Here is a link on general security practices from MySQL: &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/security-guidelines.html&quot; rel=&quot;nofollow&quot;&gt;http://dev.mysql.com/doc/refman/5.0/en/security-g...&lt;/a&gt; 
 
Please let us know if you have any other problems setting up your db for Drupal.  
 
Thanks,  
 
Bryan  </description>
		<content:encoded><![CDATA[<p>@Ryan,  </p>
<p>On install, there is no root password for the database. You should login to MySQL by running the command: <code>mysql </code>from the command line. Hit Enter when it asks for a password. Once you&#39;ve done that, follow the instructions above on creating a database and assigning a user to the database. You will also want to immediately set up a password for the root user on your database.  Here is a link on general security practices from MySQL: <a href="http://dev.mysql.com/doc/refman/5.0/en/security-guidelines.html" rel="nofollow"></a><a href="http://dev.mysql.com/doc/refman/5.0/en/security-g.." rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/security-g..</a>. </p>
<p>Please let us know if you have any other problems setting up your db for Drupal.  </p>
<p>Thanks,  </p>
<p>Bryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-1226</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 12 Feb 2009 15:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-1226</guid>
		<description>Brian, do you have any article updates for this post?  I am trying to setup Drupal on a Go Grid server and I have limited linux and mysql experience, however I have enough knowledge to understand and follow directions.  I am trying to setup drupal v5.10 as that is compatible with ubercart.   
 
I am having trouble in setting up the mysql account as the root won&#039;t let me create a new DB. </description>
		<content:encoded><![CDATA[<p>Brian, do you have any article updates for this post?  I am trying to setup Drupal on a Go Grid server and I have limited linux and mysql experience, however I have enough knowledge to understand and follow directions.  I am trying to setup drupal v5.10 as that is compatible with ubercart.   </p>
<p>I am having trouble in setting up the mysql account as the root won&#039;t let me create a new DB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Associated Knowledge &#187; Blog Archive &#187; Links of Interest for November 20th through December 18th</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-931</link>
		<dc:creator>Associated Knowledge &#187; Blog Archive &#187; Links of Interest for November 20th through December 18th</dc:creator>
		<pubDate>Fri, 19 Dec 2008 00:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-931</guid>
		<description>[...] How to Install Drupal on a GoGrid Cloud Server in Less than 15 Minutes &#124; GoGrid Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Install Drupal on a GoGrid Cloud Server in Less than 15 Minutes | GoGrid Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-860</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 02 Dec 2008 05:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-860</guid>
		<description>Don,

Have you installed DNN on GoGrid? I am considering this move and would need some direction. Please post to this article if you would be willing to discuss your experience.

Thanks,

John</description>
		<content:encoded><![CDATA[<p>Don,</p>
<p>Have you installed DNN on GoGrid? I am considering this move and would need some direction. Please post to this article if you would be willing to discuss your experience.</p>
<p>Thanks,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Worthley</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-288</link>
		<dc:creator>Don Worthley</dc:creator>
		<pubDate>Wed, 06 Aug 2008 16:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-288</guid>
		<description>I was surprised to see this article about Drupal before an article about DotNetNuke which is the premier open source CMS based on the ASP.NET framework.  DotNetNuke has made significant improvements in the installation process over the past year.  You can have DotNetNuke up and running in less than 5 minutes and the size of the community along with the maturity of the product ensure that it will be a great investment for the long run.</description>
		<content:encoded><![CDATA[<p>I was surprised to see this article about Drupal before an article about DotNetNuke which is the premier open source CMS based on the ASP.NET framework.  DotNetNuke has made significant improvements in the installation process over the past year.  You can have DotNetNuke up and running in less than 5 minutes and the size of the community along with the maturity of the product ensure that it will be a great investment for the long run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swapnil</title>
		<link>http://blog.gogrid.com/2008/08/01/how-to-install-drupal-on-a-gogrid-cloud-server-in-less-than-15-minutes/comment-page-1/#comment-264</link>
		<dc:creator>Swapnil</dc:creator>
		<pubDate>Fri, 01 Aug 2008 21:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gogrid.com/?p=288#comment-264</guid>
		<description>Guys,

You should write a similar article for Symfony Framework. Symfony is the hottest framework right now...

Cheers,
Swapnil.</description>
		<content:encoded><![CDATA[<p>Guys,</p>
<p>You should write a similar article for Symfony Framework. Symfony is the hottest framework right now&#8230;</p>
<p>Cheers,<br />
Swapnil.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
