<?xml version='1.0' encoding='UTF-8' ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:icbm="http://postneo.com/icbm" xmlns:includedComments="http://www.laudably.com/rss2-comments" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Smalltalk Tidbits, Industry Rants: category: help</title>
		<link>http://www.cincomsmalltalk.com/blog/blogView</link>
		<description>Cincom Product Manager</description>
		<webMaster>jrobertson@cincom.com</webMaster>
		<lastBuildDate>Sun, 30 Jul 2006 23:47:41 EDT</lastBuildDate>
		<image>
			<url>http://www.cincomsmalltalk.com/images/cst_small.jpg</url>
			<title>Smalltalk Tidbits, Industry Rants</title>
			<link>http://www.cincomsmalltalk.com/blog/blogView</link>
			<height>50</height>
			<width>81</width>
		</image>
		<admin:generatorAgent rdf:resource="http://www.cincomsmalltalk.com/CincomSmalltalkWiki/Silt"></admin:generatorAgent>
		<admin:errorReportsTo rdf:resource="mailto:jrobertson@cincom.com"></admin:errorReportsTo>
		<dc:language>en-us</dc:language>
		<dc:creator>James A. Robertson</dc:creator>
		<dc:rights>Copyright 2005 Cincom Systems, Inc.</dc:rights>
		<dc:date>2006-07-30T23:47:41-05:00</dc:date>
		<icbm:latitude>39.214103</icbm:latitude>
		<icbm:longitude>-76.878807</icbm:longitude>
		<item>
			<title>MySQL Help Needed</title>
			<link>http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;entry=3320061917</link>
			<category>help</category>
			<pubDate>Fri, 17 Mar 2006 15:25:17 EST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p>It looks like I need some help with MySQL. I'm looking at some code that uses MySQL as a back end, and I need a working ODBC connection to it. I've got MySQL 5.0 (from the <a href="http://www.mysql.com/">MySQL Website</a>) installed on Windows. I used the installer, and had it install everything. I then grabbed an <a href="http://sunsite.mff.cuni.cz/MIRRORS/ftp.mysql.com/Downloads/MyODBC3">ODBC Driver from here.</a> </p>
<p>So now, I try installing a driver, and when I use the &quot;test connection&quot; option in the ODBC console, I get this:</p><blockquote>[MySQL][ODBC 3.51 Driver] Client does not support authentication protocol requested by server; consider upgrading MySQL client</blockquote><p>Trouble is, that looks like the most up to date client. I'm sure I've misconfigured something; anyone have a tip? Thanks in advance.</p><p><strong>Update:</strong> Found the solution on <a href="http://dev.mysql.com/doc/refman/5.0/en/old-client.html">this MySQL help page.</a></p></div>]]></description>
			<guid isPermaLink="false">3320061917</guid>
			<pingback:server>http://www.cincomsmalltalk.com/blog/servlet/CommentAPIPBServlet?guid=3320061917</pingback:server>
			<pingback:target>http://www.cincomsmalltalk.com/blog/blogView?entry=3320061917</pingback:target>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;entry=3320061917</includedComments:guid>
					<includedComments:puid>http://www.cincomsmalltalk.com/blog/blogView?showComments=true&amp;entry=3320061917</includedComments:puid>
					<includedComments:author>Boris</includedComments:author>
					<includedComments:pubDate>2006-03-17T15:29:42-05:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;       Is your MySQL server running as a windows service? &amp;nbsp;If so, do the following:&lt;br /&gt;&lt;br /&gt;1. &amp;nbsp;Go to Services (Start -&amp;gt; Control Panel -&amp;gt; Administrative Tools -&amp;gt; Services) and stop the service.&lt;br /&gt;2. &amp;nbsp;Right click on the service, and select &amp;quot;Properties&amp;quot;. &amp;nbsp;In the &amp;quot;Path to Executable&amp;quot; box, there should be a command line argument for the default file (--defaults-file=...). &amp;nbsp;Open the file referenced here in a text editor.&lt;br /&gt;3. &amp;nbsp;Under the [mysqld] section, add the following line:&lt;br /&gt;&lt;br /&gt;old-passwords&lt;br /&gt;&lt;br /&gt;4. &amp;nbsp;Save the modified file.&lt;br /&gt;5. &amp;nbsp;Start the service.&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title></includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.cincomsmalltalk.com/blog/blogView/servlet/CommentAPIServlet?guid=3320061917</wfw:comment>
		</item>
	</channel>
</rss>
