<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Introducing MySQL Duplicate Key Checker</title>
	<link>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/</link>
	<description>Stay curious!</description>
	<pubDate>Wed, 09 Jul 2008 03:57:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#comment-4735</link>
		<author>Xaprb</author>
		<pubDate>Sat, 03 Mar 2007 14:29:18 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#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>
		<author>tom quas</author>
		<pubDate>Sat, 03 Mar 2007 07:07:47 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#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't wanna make the impression that I'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>
		<author>Xaprb</author>
		<pubDate>Fri, 02 Mar 2007 18:54:46 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#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'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 'lost+found' 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't cause troubles.  This is also in Subversion, but it may not be the same trouble you'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>
		<author>Mark Papadakis</author>
		<pubDate>Fri, 02 Mar 2007 18:45:19 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#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't allow you to simply not specify a value for, say, the password to access the database. That is, if you provide -p "" 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 'database' 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>
		<author>Xaprb</author>
		<pubDate>Fri, 02 Mar 2007 13:42:17 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/03/01/introducing-mysql-duplicate-key-checker/#comment-4706</guid>
		<description>&lt;p&gt;Someone has pointed out a regression bug from the old version... oops.  I'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>
