<?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;Complex Infrastructure Made Easy™&#34;</description>
	<lastBuildDate>Wed, 08 May 2013 09:46:28 +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-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><![CDATA[@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-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><![CDATA[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-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><![CDATA[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-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><![CDATA[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-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><![CDATA[@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>&#8230; </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>
</channel>
</rss>
