<?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>Blast: Boston&#039;s Online Magazine &#187; mysql</title>
	<atom:link href="http://blastmagazine.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blastmagazine.com</link>
	<description>Music, movies, tv, video games, tech, food, drink, young, hip, and sexy!</description>
	<lastBuildDate>Sun, 21 Mar 2010 15:19:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is your SQL optimized?</title>
		<link>http://blastmagazine.com/the-magazine/technology/how-to/2009/10/is-your-sql-optimized/</link>
		<comments>http://blastmagazine.com/the-magazine/technology/how-to/2009/10/is-your-sql-optimized/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 16:59:37 +0000</pubDate>
		<dc:creator>John M. Guilfoil</dc:creator>
				<category><![CDATA[How to's]]></category>
		<category><![CDATA[databasae]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blastmagazine.com/?p=30122</guid>
		<description><![CDATA[Here's how to go faster]]></description>
			<content:encoded><![CDATA[<p><a href="http://blastmagazine.com/wp-content/uploads/2009/10/mysql-logo.png"><img src="http://blastmagazine.com/wp-content/uploads/2009/10/mysql-logo.png" alt="mysql-logo" title="mysql-logo" width="200" height="103" class="alignright size-full wp-image-30123" /></a>Boy, now that sounds sexy.</p>
<p>Blast relies on a big MySQL database for all its stuff. It&#8217;s a great technology that let us and millions of others run dynamic websites.</p>
<p>More and more people turning to WordPress and content management platforms on their own domains, through hosting providers that make setting up your SQL database a cinch. </p>
<p>But like any database &#8212; or like any pile of data &#8212; it gets cluttered, and your hosting provider usually isn&#8217;t there to help with these problems.</p>
<p>Just like your computer&#8217;s hard drive needs to be defragged every now and then, it&#8217;s also a good idea to &#8220;optimize&#8221; your MySQL tables. Optimizing a messy database can create drastic performance improvements.</p>
<p>Here&#8217;s how.</p>
<p><strong>Before you do ANYTHING to your database, make sure you back it up. A good method is to &#8220;export&#8221; the database to a file on your hard drive. We aren&#8217;t responsible if you screw up.</strong></p>
<p>The common MySQL management tool is called phpMyAdmin, and it can usually be accessed by typing the name of your SQL server into your browser and logging in. Once you&#8217;re in, click on the database you want to optimize. On the left panel, you&#8217;ll see all the database&#8217;s tables. Scroll to the bottom and click &#8220;check all.&#8221;</p>
<p>Then &#8212; very carefully &#8212; click the dropdown menu and select &#8220;Optimize table.&#8221;  Again, be careful, because &#8220;drop&#8221; and &#8220;empty&#8221; are also options in this menu. You don&#8217;t want to click those.</p>
<p>Now your server will run an analysis, repair and optimization sequence on your entire database. It can take a few minutes depending on the size of your database.</p>
<p>Enjoy your optimized MySQL database.</p>
]]></content:encoded>
			<wfw:commentRss>http://blastmagazine.com/the-magazine/technology/how-to/2009/10/is-your-sql-optimized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
