<?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>CapsUnlock.Net &#187; mysql</title>
	<atom:link href="http://www.capsunlock.net/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.capsunlock.net</link>
	<description>Ideas: Key to Innovations</description>
	<lastBuildDate>Tue, 17 Aug 2010 06:44:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Amazon RDS &#8211; Multi-AZ Deployment now Available</title>
		<link>http://www.capsunlock.net/2010/05/amazon-rds-multi-az-deployment-now-available.html</link>
		<comments>http://www.capsunlock.net/2010/05/amazon-rds-multi-az-deployment-now-available.html#comments</comments>
		<pubDate>Tue, 18 May 2010 07:57:50 +0000</pubDate>
		<dc:creator>rodney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/?p=528</guid>
		<description><![CDATA[Amazon just announced the new feature for Amazon RDS.
Amazon RDS &#8211; Multi-AZ Deployments For Enhanced  Availability &#38; Reliability
Amazon RDS simplifies many  of the common tasks associated with the deployment, operation, and  scaling of a relational database. You don&#8217;t have to worry about  acquiring and installing hardware, loading an operating system,  [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2010/05/amazon-rds-multi-az-deployment-now-available.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL on RAID0 and useful MySQL tools</title>
		<link>http://www.capsunlock.net/2010/02/mysql-on-raid0-and-useful-mysql-tools.html</link>
		<comments>http://www.capsunlock.net/2010/02/mysql-on-raid0-and-useful-mysql-tools.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 07:48:44 +0000</pubDate>
		<dc:creator>rodney</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ebs]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/?p=381</guid>
		<description><![CDATA[Maintaining a production DB containing 15-25M rows show best improvement with the use of RAID0 on EC2 platform. Having a  MySQL master-slave replication of servers and keeping the documented procedure is very handy for restoring the DB and the RAID volumes. 
Documenting the process on downgrading and upgrading RAID0+MySQL from large to xlarge EC2 [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2010/02/mysql-on-raid0-and-useful-mysql-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Relational Data Service</title>
		<link>http://www.capsunlock.net/2009/10/amazon-relational-data-service.html</link>
		<comments>http://www.capsunlock.net/2009/10/amazon-relational-data-service.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:15:56 +0000</pubDate>
		<dc:creator>rodney</dc:creator>
				<category><![CDATA[aws]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/?p=270</guid>
		<description><![CDATA[Just received an  email from Amazon AWS   about their new service: Amazon Relational Service or RDS!
Previously, MySQL database are configured to use an EBS volumes for persistence(Running MySQL on Amazon EC2 with Elastic Block Store).  Now using the RDS, EBS volumes may not be needed for MySQL databases. Simply launch a instance [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2009/10/amazon-relational-data-service.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate data using Amazon EBS to a new running instance in EC2.</title>
		<link>http://www.capsunlock.net/2009/02/migrate-data-using-amazon-ebs-to-a-new-running-instance-in-ec2.html</link>
		<comments>http://www.capsunlock.net/2009/02/migrate-data-using-amazon-ebs-to-a-new-running-instance-in-ec2.html#comments</comments>
		<pubDate>Sun, 15 Feb 2009 08:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ebs]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/main/2009/02/migrate-data-using-amazon-ebs-to-a-new-running-instance-in-ec2.html</guid>
		<description><![CDATA[Been running mysql server inside Amazon EC2 throught an Elastic Block store and needs to be migrated to a new instance.
The tasks include: 
  1. Stopping mysql server.
  2. Assume /var/lib/mysql and /var/log/mysql are symbolic links to      /ebs1/MYSQLDB/var/lib/mysql and /ebs1/MYSQLDB/var/log/mysq respectively.     Create a snapshot [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2009/02/migrate-data-using-amazon-ebs-to-a-new-running-instance-in-ec2.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Puppet to install Tomcat,MySQL, SVN and Java</title>
		<link>http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html</link>
		<comments>http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html#comments</comments>
		<pubDate>Thu, 13 Nov 2008 10:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/main/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html</guid>
		<description><![CDATA[In the last blog which features creating a basic module in Puppet here and   here, this is a sample init.pp I&#8217;ve created to install, tomcat,mysql,subversion,java1.5 and load a database from a dump file. Notice that JDK is installed while accepting the license by using debconf-utils package. Tested in Ubuntu hardy which is launch [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2008/11/using-puppet-to-install-tomcatmysql-svn-and-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon EC2 and EBS mount point tip</title>
		<link>http://www.capsunlock.net/2008/09/amazon-ec2-and-ebs-mount-point-tip.html</link>
		<comments>http://www.capsunlock.net/2008/09/amazon-ec2-and-ebs-mount-point-tip.html#comments</comments>
		<pubDate>Fri, 05 Sep 2008 07:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ebs]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.capsunlock.net/main/2008/09/amazon-ec2-and-ebs-mount-point-tip.html</guid>
		<description><![CDATA[After a few experimentation on Amazon EC2 and its new feature(Amazon EBS), I was able to share some tips for an EBS device formatted as XFS. Always make sure that the file permission belongs to the correct user(s) UID when you start using the mounted EBS device(unless of course if its a newly created/formatted).
 Check [...]]]></description>
		<wfw:commentRss>http://www.capsunlock.net/2008/09/amazon-ec2-and-ebs-mount-point-tip.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
