<?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>Oracle + Open Source &#187; mysql</title>
	<atom:link href="http://oracleopensource.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracleopensource.com</link>
	<description>two worlds inexorably colliding</description>
	<lastBuildDate>Tue, 21 Dec 2010 13:07:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DBJ &#8211; MySQL Hotbackups with Xtrabackup</title>
		<link>http://oracleopensource.com/2010/11/16/dbj-mysql-hotbackups-with-xtrabackup/</link>
		<comments>http://oracleopensource.com/2010/11/16/dbj-mysql-hotbackups-with-xtrabackup/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 13:00:28 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[always on]]></category>
		<category><![CDATA[cold backup]]></category>
		<category><![CDATA[hot backup]]></category>
		<category><![CDATA[logical backup]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[percona]]></category>
		<category><![CDATA[xtrabackup]]></category>
		<category><![CDATA[xtradb]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=163</guid>
		<description><![CDATA[The open-source xtrabackup tool from Percona brings much needed hot backup functionality to MySQL deployments.  In this database journal article we discuss logical, cold, and hot backups, then explain how to use xtrabackup on your MyISAM, InnoDB, and XtraDB tables to create at-the-ready backups.  We then take you through the step-by-step process to restore them, [...]]]></description>
			<content:encoded><![CDATA[<p>The open-source xtrabackup tool from Percona brings much needed hot backup functionality to MySQL deployments.  In this database journal article we discuss logical, cold, and hot backups, then explain how to use xtrabackup on your MyISAM, InnoDB, and XtraDB tables to create at-the-ready backups.  We then take you through the step-by-step process to restore them, and even the process of point-in-time recovery too.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3912176/article.htm">Database Journal &#8211; Hotbackups with Percona&#8217;s Xtrabackup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/11/16/dbj-mysql-hotbackups-with-xtrabackup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ &#8211; MySQL Character Sets</title>
		<link>http://oracleopensource.com/2010/10/15/dbj-mysql-character-sets/</link>
		<comments>http://oracleopensource.com/2010/10/15/dbj-mysql-character-sets/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 17:00:39 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[character sets]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[global settings]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[searching]]></category>
		<category><![CDATA[session settings]]></category>
		<category><![CDATA[sorting]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=159</guid>
		<description><![CDATA[In our latest article at Database Journal we talk about Character Sets in MySQL.  What are they?  How do they affect searching?  How do they affect data that is inserted or updated?  How can I set and control the for an application or globally in my database?  And what pre-tell is collation?  We answer all [...]]]></description>
			<content:encoded><![CDATA[<p>In our latest article at Database Journal we talk about Character Sets in MySQL.  What are they?  How do they affect searching?  How do they affect data that is inserted or updated?  How can I set and control the for an application or globally in my database?  And what pre-tell is collation?  We answer all these questions and more.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3907456/article.htm">Database Journal &#8211; Understanding MySQL Character Sets </a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/10/15/dbj-mysql-character-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ: MySQL Benchmarking</title>
		<link>http://oracleopensource.com/2010/10/12/dbj-mysql-benchmarking/</link>
		<comments>http://oracleopensource.com/2010/10/12/dbj-mysql-benchmarking/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 17:00:58 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[mysqlslap]]></category>
		<category><![CDATA[sysbench]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=161</guid>
		<description><![CDATA[Benchmarking is liking running your system through it&#8217;s paces.  You don&#8217;t know how fast your software and hardware are until you&#8217;ve put some pressure on them.  Benchmarking tools allow you to do just that.  We use sysbench to look at the operating system and mysqlslap to run queries in the MySQL database.
Database Journal &#8211; MySQL [...]]]></description>
			<content:encoded><![CDATA[<p>Benchmarking is liking running your system through it&#8217;s paces.  You don&#8217;t know how fast your software and hardware are until you&#8217;ve put some pressure on them.  Benchmarking tools allow you to do just that.  We use sysbench to look at the operating system and mysqlslap to run queries in the MySQL database.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3907091/article.htm">Database Journal &#8211; MySQL Server Benchmarking 101</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/10/12/dbj-mysql-benchmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ &#8211; Mult-master MySQL Improves Manageability</title>
		<link>http://oracleopensource.com/2010/07/20/dbj-mult-master-mysql-improves-manageability/</link>
		<comments>http://oracleopensource.com/2010/07/20/dbj-mult-master-mysql-improves-manageability/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:00:32 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[deployments]]></category>
		<category><![CDATA[manageability]]></category>
		<category><![CDATA[multi-master mysql]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=155</guid>
		<description><![CDATA[Multi-master MySQL, with the MMM management software brings a whole host of new features, and manageability to your MySQL deployments.   Run backups, alter tables, perform upgrades all without slowing down your production users.
Read more at Database Journal &#8211; Using Multi-master MySQL To Get A Leg Up On Database Performance
]]></description>
			<content:encoded><![CDATA[<p>Multi-master MySQL, with the MMM management software brings a whole host of new features, and manageability to your MySQL deployments.   Run backups, alter tables, perform upgrades all without slowing down your production users.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3892976/article.htm">Read more at Database Journal &#8211; Using Multi-master MySQL To Get A Leg Up On Database Performance</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/07/20/dbj-mult-master-mysql-improves-manageability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBJ &#8211; Wonders of Maatkit for MySQL</title>
		<link>http://oracleopensource.com/2010/05/18/dbj-wonders-of-maatkit-for-mysql/</link>
		<comments>http://oracleopensource.com/2010/05/18/dbj-wonders-of-maatkit-for-mysql/#comments</comments>
		<pubDate>Tue, 18 May 2010 13:00:38 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[databasejournal]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dba]]></category>
		<category><![CDATA[maatkit]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=137</guid>
		<description><![CDATA[If you&#8217;re new to the MySQL DBA role, you&#8217;ll be excited to learn about the Maatkit toolset.  It provides a whole host of valuable functionality and fills many of the DBAs day-to-day needs.
DatabaseJournal &#8211; Wonders of Maatkit
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re new to the MySQL DBA role, you&#8217;ll be excited to learn about the Maatkit toolset.  It provides a whole host of valuable functionality and fills many of the DBAs day-to-day needs.</p>
<p><a href="http://www.databasejournal.com/features/mysql/article.php/3882031/article.htm">DatabaseJournal &#8211; Wonders of Maatkit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/05/18/dbj-wonders-of-maatkit-for-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>webcast &#8211; DRBD &amp; MySQL High Availability</title>
		<link>http://oracleopensource.com/2010/02/22/webcast-drbd-mysql-high-availability/</link>
		<comments>http://oracleopensource.com/2010/02/22/webcast-drbd-mysql-high-availability/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:00:53 +0000</pubDate>
		<dc:creator>Sean Hull</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[webcast]]></category>
		<category><![CDATA[drbd]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[oreilly]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://oracleopensource.com/?p=131</guid>
		<description><![CDATA[I recently presented a webcast hosted by O&#8217;Reilly and Webex.  In it I take you on a step-by-step installation of DRBD and MySQL.  I start by using Sun&#8217;s Virtualbox to create to virtual machines running CentOS.  I then explain how to configure them with virtual external drives to use for DRBD.  I next configure the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently presented a webcast hosted by O&#8217;Reilly and Webex.  In it I take you on a step-by-step installation of DRBD and MySQL.  I start by using Sun&#8217;s Virtualbox to create to virtual machines running CentOS.  I then explain how to configure them with virtual external drives to use for DRBD.  I next configure the network interfaces to support routed packets into and out of the boxes.  Then I install various packages with yum, configure drbd and finally install MySQL as the last step.  You can follow along at the command line and do it yourself on a Windows, Mac or Linux box.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/YHfGZNQAhNg&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/YHfGZNQAhNg&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://oracleopensource.com/2010/02/22/webcast-drbd-mysql-high-availability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

