<?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>Blog O' Matty &#187; MySQL</title>
	<atom:link href="http://prefetch.net/blog/index.php/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://prefetch.net/blog</link>
	<description>Blog O' Matty</description>
	<lastBuildDate>Tue, 07 Feb 2012 03:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Getting MySQL running on a CentOS Linux server</title>
		<link>http://prefetch.net/blog/index.php/2012/01/29/getting-mysql-running-on-a-centos-linux-server/</link>
		<comments>http://prefetch.net/blog/index.php/2012/01/29/getting-mysql-running-on-a-centos-linux-server/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 14:21:44 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://prefetch.net/blog/?p=5454</guid>
		<description><![CDATA[I started playing with MySQL back in the 4.X days, but never invested a lot of my time since my day job required me to support Oracle databases. I&#8217;m trying to branch out more now, and recently picked up a copy of MySQL, MySQL High Availability and PHP And MySQL. There are a slew of [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2012/01/29/getting-mysql-running-on-a-centos-linux-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Awesome MySQL performance blog</title>
		<link>http://prefetch.net/blog/index.php/2009/06/21/awesome-mysql-performance-blog/</link>
		<comments>http://prefetch.net/blog/index.php/2009/06/21/awesome-mysql-performance-blog/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 13:24:07 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://prefetch.net/blog/?p=2199</guid>
		<description><![CDATA[I came across Neelakanth Nadgir&#8217;s blog while doing some research, and his performance analysis tools (cmdtruss and inniostat) are pretty sweet. If you are looking to learn more about MySQL performance, you should take a look at High Performance MySQL and the Sun engineering blogs. There is some awesome stuff out there!]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2009/06/21/awesome-mysql-performance-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding MySQL performance data with mysqlreport</title>
		<link>http://prefetch.net/blog/index.php/2006/08/08/understanding-mysql-performance-data-with-mysqlreport/</link>
		<comments>http://prefetch.net/blog/index.php/2006/08/08/understanding-mysql-performance-data-with-mysqlreport/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 05:26:57 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://prefetch.net/blog/index.php/2006/08/08/understanding-mysql-performance-data-with-mysqlreport/</guid>
		<description><![CDATA[MySQL maintains numerous operational metrics (e.g., connections, questions, etc), which can be accessed by running &#8216;show status&#8217; or one of it&#8217;s variants from the mysql client. The mysqlreport Perl script can be used to summarize this data into a nicely formatted report with several useful performance metrics: $ mysqlreport &#8211;user privuser &#8211;password password -all MySQL [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2006/08/08/understanding-mysql-performance-data-with-mysqlreport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing MySQL installations with mysql_secure_installation</title>
		<link>http://prefetch.net/blog/index.php/2006/06/18/securing-mysql-installations-with-mysql_secure_installation/</link>
		<comments>http://prefetch.net/blog/index.php/2006/06/18/securing-mysql-installations-with-mysql_secure_installation/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 13:24:04 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://daemons.net/~matty/blog/?p=454</guid>
		<description><![CDATA[MyQSL comes with several utilities to configure and manage a database platform. One useful utility is the mysql_secure_installation script, which limits access to the &#8216;root&#8217; account, removes the test database, and removes anonymous accounts. To use the mysql_secure_installation script, you can run it with the path to your my.cnf: $ mysql_secure_installation &#8211;defaults =my.cnf NOTE: RUNNING [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2006/06/18/securing-mysql-installations-with-mysql_secure_installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

