<?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>ThotSpots &#187; MySQL</title>
	<atom:link href="http://www.thotspots.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thotspots.com</link>
	<description>Agile Software Development</description>
	<lastBuildDate>Wed, 09 Sep 2009 18:13:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrading MySQL</title>
		<link>http://www.thotspots.com/upgrading-mysql/</link>
		<comments>http://www.thotspots.com/upgrading-mysql/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 22:02:34 +0000</pubDate>
		<dc:creator>Vladimir Drndarski</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.thotspots.com/?p=14</guid>
		<description><![CDATA[As usual I wasn't following instruction while trying to update MySQL on my dev laptop.  There's some decent upgrade documentation on the MySQL site (<a HREF="http://dev.mysql.com/doc/refman/4.1/en/upgrading-from-4-0.html">here if you're looking for it.</a>) but its a lot to thing about all at once and all the warnings didn't seem to apply to the databases I had.  The first thing I didn't do was backup the database.  I figured the installer would see that I had MySQL on the machine and would update things accordingly.  I was wrong.  The second thing I didn't do was uninstall the MySQL service that was currently running.  So, after the installer failed to configure the service, I was a bit stuck.]]></description>
			<content:encoded><![CDATA[<p>As usual I wasn&#8217;t following instruction while trying to update MySQL on my dev laptop.  There&#8217;s some decent upgrade documentation on the MySQL site (<a href="http://dev.mysql.com/doc/refman/4.1/en/upgrading-from-4-0.html">here if you&#8217;re looking for it.</a>) but its a lot to think about all at once and all the warnings didn&#8217;t seem to apply to the databases I had.  The first thing I didn&#8217;t do was backup the database.  I figured the installer would see that I had MySQL on the machine and would update things accordingly.  I was wrong.  The second thing I didn&#8217;t do was uninstall the MySQL service that was currently running.  So, after the installer failed to configure the service, I was a bit stuck.<br />
<span id="more-14"></span><br />
Luckily I was rescued by <a href="http://www.webyog.com">SQLYog</a>.  SQLYog has a nice feature that restores an existing database and it does it not from a db dump file, but from the db tables themselves.  So you point to your existing data directory and away it goes.  SQLYog has a free version (as in beer) that&#8217;s fairly decent and the pro and enterprise versions are fairly inexpensive.  The only downside is that it is only for MySQL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thotspots.com/upgrading-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
