<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Introducing MySQL Duplicate Key Checker</title>
	<atom:link href="http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#comment-4735</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sat, 03 Mar 2007 14:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=308#comment-4735</guid>
		<description>&lt;p&gt;Thanks!  Yes, it would be great to package for distributions, too.  Any volunteers?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks!  Yes, it would be great to package for distributions, too.  Any volunteers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom quas</title>
		<link>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#comment-4727</link>
		<dc:creator>tom quas</dc:creator>
		<pubDate>Sat, 03 Mar 2007 07:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=308#comment-4727</guid>
		<description>&lt;p&gt;Great job! Have you considered providing a package for the Fink distribution? Erm, Debian would be cool, too. Sorry, I don&#039;t wanna make the impression that I&#039;m too lazy to check for new versions and recompile stuff all the time--but in fact I am ;-)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Great job! Have you considered providing a package for the Fink distribution? Erm, Debian would be cool, too. Sorry, I don&#8217;t wanna make the impression that I&#8217;m too lazy to check for new versions and recompile stuff all the time&#8211;but in fact I am ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#comment-4716</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Fri, 02 Mar 2007 18:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=308#comment-4716</guid>
		<description>&lt;p&gt;Hi Mark!  Re the password: yes, I found that too when I tried to use it without a password.  It&#039;s already fixed in Subversion.&lt;/p&gt;

&lt;p&gt;The second error is more troublesome.  Another user reported problems with it trying to scan the &#039;lost+found&#039; database, which appears because of the ext3 filesystem but is not a database.  I have also addressed that, and added quoting so strange names shouldn&#039;t cause troubles.  This is also in Subversion, but it may not be the same trouble you&#039;re having.&lt;/p&gt;

&lt;p&gt;I will follow up with you over email to see what the issue is.  Thanks!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Mark!  Re the password: yes, I found that too when I tried to use it without a password.  It&#8217;s already fixed in Subversion.</p>
<p>The second error is more troublesome.  Another user reported problems with it trying to scan the &#8216;lost+found&#8217; database, which appears because of the ext3 filesystem but is not a database.  I have also addressed that, and added quoting so strange names shouldn&#8217;t cause troubles.  This is also in Subversion, but it may not be the same trouble you&#8217;re having.</p>
<p>I will follow up with you over email to see what the issue is.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Papadakis</title>
		<link>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#comment-4715</link>
		<dc:creator>Mark Papadakis</dc:creator>
		<pubDate>Fri, 02 Mar 2007 18:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=308#comment-4715</guid>
		<description>&lt;p&gt;Greetings,

I just downloaded both the duplicate keys checker and the queries profiler.
There are 2 issues:&lt;/p&gt;

&lt;p&gt;First, it won&#039;t allow you to simply not specify a value for, say, the password to access the database. That is, if you provide -p &quot;&quot; or not a password at all, it will ask you for it. I commented out your checks in the perl code, but I think it needs to be fixed.&lt;/p&gt;

&lt;p&gt;As for the duplicate keys checker:
DBD::mysql::db selectcol_arrayref failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;database&#039; at line 1 at ./mysql-duplicate-key-checker line 185.&lt;/p&gt;

&lt;p&gt;Nevertheless, they seem interesting and useful. Thank you for making them available for download. Good luck.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Greetings,</p>
<p>I just downloaded both the duplicate keys checker and the queries profiler.<br />
There are 2 issues:</p>
<p>First, it won&#8217;t allow you to simply not specify a value for, say, the password to access the database. That is, if you provide -p &#8220;&#8221; or not a password at all, it will ask you for it. I commented out your checks in the perl code, but I think it needs to be fixed.</p>
<p>As for the duplicate keys checker:<br />
DBD::mysql::db selectcol_arrayref failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;database&#8217; at line 1 at ./mysql-duplicate-key-checker line 185.</p>
<p>Nevertheless, they seem interesting and useful. Thank you for making them available for download. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#comment-4706</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Fri, 02 Mar 2007 13:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=308#comment-4706</guid>
		<description>&lt;p&gt;Someone has pointed out a regression bug from the old version... oops.  I&#039;ll release a fix  soon.  In the meantime, please feel free to put the tool through its paces and give me feedback if you have any!  Then I can fix more things at once.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Someone has pointed out a regression bug from the old version&#8230; oops.  I&#8217;ll release a fix  soon.  In the meantime, please feel free to put the tool through its paces and give me feedback if you have any!  Then I can fix more things at once.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

