<?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>LinuxZone.Org &#187; Databases</title>
	<atom:link href="http://www.linuxzone.org/index.php/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxzone.org</link>
	<description>Linux Blog</description>
	<lastBuildDate>Fri, 18 Dec 2009 17:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Change mysql server time zone</title>
		<link>http://www.linuxzone.org/index.php/2009/03/change-mysql-server-time-zone/</link>
		<comments>http://www.linuxzone.org/index.php/2009/03/change-mysql-server-time-zone/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 16:57:33 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=36</guid>
		<description><![CDATA[If you want mysql to have a different timezone than your server&#8217;s, here are the steps: 1) Run the following command to populate mysql&#8217;s timezone tables: mysql_tzinfo_to_sql /usr/share/zoneinfo &#124;mysql mysql 2) in the [mysqld] section of /etc/my.cnf, add the following line: default-time-zone='US/Eastern' (change US/Eastern with the desired timezone of course. It should match the format [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/03/change-mysql-server-time-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>md5sum on MySQL results</title>
		<link>http://www.linuxzone.org/index.php/2009/03/md5sum-on-mysql-results/</link>
		<comments>http://www.linuxzone.org/index.php/2009/03/md5sum-on-mysql-results/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 17:44:14 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=33</guid>
		<description><![CDATA[This morning I read a twit about a blog post from xapbr.com (http://www.xaprb.com/blog/2009/03/25/mysql-command-line-tip-compare-result-sets/). Pretty nifty tip on how to get a MD5 Checksum on a result set from a query. This can be very helpful when you are optimizing queries that return a very large set of results and you need to make sure they [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/03/md5sum-on-mysql-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4GB table limitation on MyISAM tables</title>
		<link>http://www.linuxzone.org/index.php/2008/03/4gb-table-limitation-on-myisam-tables/</link>
		<comments>http://www.linuxzone.org/index.php/2008/03/4gb-table-limitation-on-myisam-tables/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 04:15:51 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[myisam]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=17</guid>
		<description><![CDATA[This week I had a customer ask me if MySQL or the file system on his server had a 4GB file limitation because he was getting a &#8216;table full&#8217; type error on one of his large tables. I found posts ab out it  everywhere on Google, including MySQL website (http://dev.mysql.com/doc/refman/5.0/en/full-table.html) but I am blogging it [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/03/4gb-table-limitation-on-myisam-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My favorite xkcd strip</title>
		<link>http://www.linuxzone.org/index.php/2008/03/my-favorite-xkcd-strip/</link>
		<comments>http://www.linuxzone.org/index.php/2008/03/my-favorite-xkcd-strip/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 06:59:55 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Crazyness]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=10</guid>
		<description><![CDATA[Check them out. They are awesome! http://xkcd.com/327/]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/03/my-favorite-xkcd-strip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Variables in mySQL</title>
		<link>http://www.linuxzone.org/index.php/2008/02/global-variables-in-mysql/</link>
		<comments>http://www.linuxzone.org/index.php/2008/02/global-variables-in-mysql/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 06:45:49 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=6</guid>
		<description><![CDATA[Here is how to set some global variables in mySQL on the fly without having to restart the service. To increase max_connections from 100 to 250 for example, run mysql&#62; set global max_connections=250; Check using mysql&#62; show global variables; Make sure to add it to /etc/my.cnf if you want the change to persist across restarts.]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/02/global-variables-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
