<?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>loopmod &#187; MySQL</title>
	<atom:link href="http://www.loopmod.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loopmod.com</link>
	<description>Digital Audio Development</description>
	<lastBuildDate>Thu, 23 Dec 2010 05:43:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>MySQL ODBC Connector / Driver Fix</title>
		<link>http://www.loopmod.com/2009/03/24/mysql-odbc-connector-driver-fix/</link>
		<comments>http://www.loopmod.com/2009/03/24/mysql-odbc-connector-driver-fix/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:56:35 +0000</pubDate>
		<dc:creator>escher</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[Registry]]></category>

		<guid isPermaLink="false">http://www.loopmod.com/?p=121</guid>
		<description><![CDATA[Apparently there is an issue with FileMaker installations.  Filemaker ends up borking the Windows Registry so that later installed ODBC Drivers don&#8217;t load.  This means when you install the MySQL ODBC Connector/Driver, it will not show up in the ODBC Driver list. &#160; The issue is caused by a misplaced (default) registry value.  The easiest [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently there is an issue with FileMaker installations.  Filemaker ends up borking the Windows Registry so that later installed ODBC Drivers don&#8217;t load.  This means when you install the MySQL ODBC Connector/Driver, it will not show up in the ODBC Driver list.<br />
&nbsp;<br />
The issue is caused by a misplaced (default) registry value.  The easiest way to fix it is to delete the default value, as it does not need to be set.  Other&#8217;s have suggested exporting the whole key, to a <code>.reg</code> then deleting the key, removing the @=&#8221;" from the backed up registry file, and then re-installing the key.<br />
&nbsp;<br />
or you can just run the following <code>.reg</code> file:<br />
&nbsp;</p>
<pre><code>Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
@=-
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.loopmod.com/2009/03/24/mysql-odbc-connector-driver-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

