<?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>Wed, 16 May 2012 00:16:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Using MySQL query logs to debug authentication issues</title>
		<link>http://prefetch.net/blog/index.php/2012/02/17/using-mysql-query-logs-to-debug-authentication-issues/</link>
		<comments>http://prefetch.net/blog/index.php/2012/02/17/using-mysql-query-logs-to-debug-authentication-issues/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 10:00:55 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://prefetch.net/blog/?p=5553</guid>
		<description><![CDATA[I recently installed LogAnalyzer, and after the install completed I noticed that nothing was being displayed in the web interface. I figured I fat fingered something, but needed a way to verify this. Luckily for me I was using MySQL, so I enabled MySQL query logging and low and behold I proved my hypothesis: 120212 [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2012/02/17/using-mysql-query-logs-to-debug-authentication-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling MySQL query logging</title>
		<link>http://prefetch.net/blog/index.php/2012/02/14/enabling-mysql-query-logging/</link>
		<comments>http://prefetch.net/blog/index.php/2012/02/14/enabling-mysql-query-logging/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 10:00:50 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://prefetch.net/blog/?p=5551</guid>
		<description><![CDATA[I recently installed the LogAnalyzer graphical syslog analysis tool. After the install completed I went to the &#8220;Show Events&#8221; page and noticed that no data was being displayed. I wanted to see which queries were being sent by LogAnalyzer to my MySQL database instance, so I enabled query logging by adding the following two statements [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2012/02/14/enabling-mysql-query-logging/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using the rsyslog MySQL plug-in to send syslog data to a SQL database</title>
		<link>http://prefetch.net/blog/index.php/2012/02/12/using-the-rsyslog-mysql-plug-in-to-send-syslog-data-to-a-sql-database/</link>
		<comments>http://prefetch.net/blog/index.php/2012/02/12/using-the-rsyslog-mysql-plug-in-to-send-syslog-data-to-a-sql-database/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 16:33:01 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Logging]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://prefetch.net/blog/?p=5510</guid>
		<description><![CDATA[I have been experimenting with ways to better manage the logs my servers generate. Depending on who you ask, folks will recommend sending your logs to a remote syslog server that writes the logs to disk, some may recommend sending it to a log analysis tool similar to splunk, and others would recommend feeding it [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2012/02/12/using-the-rsyslog-mysql-plug-in-to-send-syslog-data-to-a-sql-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Display the default values of MySQL my.cnf settings</title>
		<link>http://prefetch.net/blog/index.php/2012/02/11/display-the-default-values-of-mysql-my-cnf-settings/</link>
		<comments>http://prefetch.net/blog/index.php/2012/02/11/display-the-default-values-of-mysql-my-cnf-settings/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 20:57:48 +0000</pubDate>
		<dc:creator>matty</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://prefetch.net/blog/?p=5504</guid>
		<description><![CDATA[MySQL is configured through the my.cnf configuration file, which typically resides in /etc. There are dozens of configuration settings that can be added to this file, and you can view the full list by running mysqld with the &#8220;&#8211;help&#8221; and &#8220;&#8211;verbose&#8221; options: $ /usr/libexec/mysqld &#8211;help &#8211;verbose &#124; grep -i ^relay relay-log slave-relay-bin.index relay-log-index slave-relay-bin relay-log-info-file [...]]]></description>
		<wfw:commentRss>http://prefetch.net/blog/index.php/2012/02/11/display-the-default-values-of-mysql-my-cnf-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

