<?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>EECS from the Trenches &#187; yum linux system administration</title>
	<atom:link href="http://blog.njoubert.com/category/yum-linux-system-administration/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.njoubert.com</link>
	<description>Engineering-reated musings from a Cal and Stanford EE/CS student</description>
	<lastBuildDate>Wed, 21 Jul 2010 07:37:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>YUM (Yellow Dog Updater) and MySQL 5</title>
		<link>http://blog.njoubert.com/2007/10/yum-yellow-dog-updater-and-mysql-5.html</link>
		<comments>http://blog.njoubert.com/2007/10/yum-yellow-dog-updater-and-mysql-5.html#comments</comments>
		<pubDate>Sun, 21 Oct 2007 06:06:00 +0000</pubDate>
		<dc:creator>njoubert</dc:creator>
				<category><![CDATA[yum linux system administration]]></category>

		<guid isPermaLink="false">http://njoubert.com/blog/2007/10/yum-yellow-dog-updater-and-mysql-5.html</guid>
		<description><![CDATA[I&#8217;ve been working on 2draw.net for a while now with Marcello, and one of our issues in managing packages on a CentOS installation. YUM seems to have become almost a standard in the RPM distribution world, so we followed suite and unpacked this little python app of magic.
I&#8217;ve been battling to get the latest MySQL [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on 2draw.net for a while now with Marcello, and one of our issues in managing packages on a CentOS installation. YUM seems to have become almost a standard in the RPM distribution world, so we followed suite and unpacked this little python app of magic.</p>
<p>I&#8217;ve been battling to get the latest MySQL version up and running, so i thought i&#8217;d post up the first few steps to update MySQL through YUM.</p>
<p>I&#8217;m using the CentOS repository for YUM. To get the latest MySQL, you first need to enable the CentOS PLUS repository.<br /><code>&lt;br /&gt;Find your yum repository directory:&lt;br /&gt;cd /etc/yum.repos.d&lt;br /&gt;emacs CentOS-Base.repo&lt;br /&gt;Find the [centosplus] section&lt;br /&gt;Make sure the following flags are set:&lt;br /&gt;&lt;br /&gt;enables=1&lt;br /&gt;gpgcheck=1&lt;br /&gt;</code></p>
<p>Once this is done, you can go ahead and install mysql:</p>
<p><code>&lt;br /&gt;yum install mysql&lt;br /&gt;</code></p>
<p>Voila!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.njoubert.com/2007/10/yum-yellow-dog-updater-and-mysql-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
