<?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>Sheru! &#187; hosting</title>
	<atom:link href="http://www.shellbryson.com/tag/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shellbryson.com</link>
	<description>writer, web developer, designer</description>
	<lastBuildDate>Wed, 21 Dec 2011 13:44:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>64bit Windows 2003 + MySQL = Pain</title>
		<link>http://www.shellbryson.com/2009/10/64bit-windows-2003-mysql-pain/</link>
		<comments>http://www.shellbryson.com/2009/10/64bit-windows-2003-mysql-pain/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 17:58:45 +0000</pubDate>
		<dc:creator>Shell</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mySql]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://www.shellbryson.com/?p=15</guid>
		<description><![CDATA[You&#8217;d think that moving from our old servers (Windows 2008) to our new servers (Windows 2003) would be pretty simple, seeing as our code is so old-school. But oh now, Microsoft don&#8217;t ship the database drivers for 64bit Windows by default. Joy. So here&#8217;s what you have to do to get MySQL 5.1 working with [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;d think that moving from our old servers (Windows 2008) to our new servers (Windows 2003) would be pretty simple, seeing as our code is so old-school. But oh now, Microsoft don&#8217;t ship the database drivers for 64bit Windows by default. Joy.</p>
<p>So here&#8217;s what you have to do to get MySQL 5.1 working with classic ASP under Windows Server 2003 64bit:</p>
<ul>
<li>Install the 64bit version of <a href="http://dev.mysql.com/downloads/mysql/5.1.html#downloads">mySQL Server (Windows x64)</a></li>
<li>Install the 64bit version of <a href="http://dev.mysql.com/downloads/connector/odbc/5.1.html">mySQL Connector 5.1 (Windows x64)</a></li>
<li>Now the funky bit. Go download:<a title="MSDASQL" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=000364db-5e8b-44a8-b9be-ca44d18b059b&amp;displaylang=en" target="_blank"> 64-Bit OLEDB Provider for ODBC (MSDASQL)</a></li>
<li>Install the Provider</li>
<li>Reboot the server</li>
<li>Set-up your ODBC datasource as per usual</li>
<li>Modify your ASP connection string to explicitly use the new driver:</li>
</ul>
<p>e.g.:</p>
<blockquote><p>PROVIDER=MSDASQL; DRIVER={MySQL ODBC 5.1 Driver}; SERVER=myserver; DATABASE=mydatabase; USER=mydbuser; PASSWORD=mydbpass; OPTION=3;</p></blockquote>
<p>You should now be good to go. If you googled and saw posts about getting IIS to run in 32bit mode as a solution&#8230; <em>don&#8217;t</em>. It&#8217;s a world of pain, and when we tried it made our server really unstable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shellbryson.com/2009/10/64bit-windows-2003-mysql-pain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

