<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Phat Site Blog &#187; php</title>
	<atom:link href="http://blog.phatsite.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phatsite.com</link>
	<description>Web Stuff is Easy</description>
	<lastBuildDate>Sun, 29 Jan 2012 20:00:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Turn On Your Lamp &#8211; Easy Apache/PHP/MySQL Install on CentOS for Web Developers</title>
		<link>http://blog.phatsite.com/other/turn-on-your-lamp-easy-apachephpmysql-install-on-centos-for-web-developers/</link>
		<comments>http://blog.phatsite.com/other/turn-on-your-lamp-easy-apachephpmysql-install-on-centos-for-web-developers/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 00:37:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.phatsite.com/?p=22</guid>
		<description><![CDATA[vi /etc/yum.repos.d/CentOS-Base.repo
find [centosplus] and locate:
enabled = 0
change to
enabled = 1
yum install php php-mysql mysql-server php-gd postgres ImageMagick ImageMagick-devel
Now you got php, mysql, graphic manipulation, and posgres installed.
Let&#8217;s setup your MySQL:
/etc/init.d/mysqld restart &#8211; after you run this, you will get a bunch of useful text, read it!
/usr/bin/mysqladmin -u root password &#8216;CHANGEMETOHARDPASSWORD&#8217;
/sbin/chkconfig mysqld &#8211;level 2345 on  &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>vi /etc/yum.repos.d/CentOS-Base.repo<br />
find [centosplus] and locate:<br />
enabled = 0</p>
<p>change to</p>
<p>enabled = 1</p>
<p>yum install php php-mysql mysql-server php-gd postgres ImageMagick ImageMagick-devel</p>
<p>Now you got php, mysql, graphic manipulation, and posgres installed.</p>
<p>Let&#8217;s setup your MySQL:<br />
/etc/init.d/mysqld restart &#8211; after you run this, you will get a bunch of useful text, read it!<br />
/usr/bin/mysqladmin -u root password &#8216;CHANGEMETOHARDPASSWORD&#8217;<br />
/sbin/chkconfig mysqld &#8211;level 2345 on  &#8211; lets mysql startup on reboot</p>
<p>Now you have PHP installed with common libraries such as image manipulation and postgres and mysql for database work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phatsite.com/other/turn-on-your-lamp-easy-apachephpmysql-install-on-centos-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

