<?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>How 2 Guru &#187; Database Size</title>
	<atom:link href="http://www.myhow2guru.com/archives/tag/database-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myhow2guru.com</link>
	<description>My Technical Sharing Blog</description>
	<lastBuildDate>Wed, 21 Jul 2010 02:55:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Check MySQL database size</title>
		<link>http://www.myhow2guru.com/archives/check-mysql-database-size/</link>
		<comments>http://www.myhow2guru.com/archives/check-mysql-database-size/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 06:31:54 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Database Size]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=64</guid>
		<description><![CDATA[How to check MySQL database size in your server?  Actually MySQL already provide the information, what you need to do is just do a simple query to retrieve the data. Below is the query : ?View Code MYSQLSELECT table_schema &#34;Data Base Name&#34;, sum&#40; data_length + index_length &#41; / 1024 / 1024 &#34;Data Base Size in [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/check-mysql-database-size/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
