<?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: Thank you, MySQL</title>
	<atom:link href="http://7fff.com/2008/01/07/thank-you-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://7fff.com/2008/01/07/thank-you-mysql/</link>
	<description></description>
	<lastBuildDate>Fri, 07 May 2010 17:51:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Max</title>
		<link>http://7fff.com/2008/01/07/thank-you-mysql/comment-page-1/#comment-96</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 08 Jan 2008 17:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://7fff.com/2008/01/07/thank-you-mysql/#comment-96</guid>
		<description>Right. Which pretty much any vendor&#039;s RDBMS would happily execute.

It turned out not to be a big deal and I was able to figure out the correct values to run the re-update on, but it clearly could  easily have been worse.</description>
		<content:encoded><![CDATA[<p>Right. Which pretty much any vendor&#8217;s RDBMS would happily execute.</p>
<p>It turned out not to be a big deal and I was able to figure out the correct values to run the re-update on, but it clearly could  easily have been worse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://7fff.com/2008/01/07/thank-you-mysql/comment-page-1/#comment-95</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 08 Jan 2008 14:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://7fff.com/2008/01/07/thank-you-mysql/#comment-95</guid>
		<description>Doubtless the other vendors allow != but it&#039;s one of those convenience things that MySQL is good about.

Meanwhile: Sorry about your update! At least it wasn&#039;t delete from user;</description>
		<content:encoded><![CDATA[<p>Doubtless the other vendors allow != but it&#8217;s one of those convenience things that MySQL is good about.</p>
<p>Meanwhile: Sorry about your update! At least it wasn&#8217;t delete from user;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://7fff.com/2008/01/07/thank-you-mysql/comment-page-1/#comment-94</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 08 Jan 2008 13:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://7fff.com/2008/01/07/thank-you-mysql/#comment-94</guid>
		<description>whoops, ^.^&lt;&gt;.^</description>
		<content:encoded><![CDATA[<p>whoops, ^.^&lt;&gt;.^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://7fff.com/2008/01/07/thank-you-mysql/comment-page-1/#comment-93</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 08 Jan 2008 13:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://7fff.com/2008/01/07/thank-you-mysql/#comment-93</guid>
		<description>Thank you substantially less, MySQL

for mindlessly executing the following statement:

update user remotecheck set Process_priv=&#039;Y&#039;;

As you can guess, it set every user in the mysql database&#039;s Process_priv column to &#039;Y&#039;. Why did it even parse? Did it regard &quot;remotecheck&quot; (which should have been in a &quot;where user=&#039;remotecheck&#039; clause) as a table alias for user?

I do, however, strongly prefer using != to . Don&#039;t most major vendors support that syntax, non-standard as it may be? I seem to remember using it in Oracle and SQL Server as well.</description>
		<content:encoded><![CDATA[<p>Thank you substantially less, MySQL</p>
<p>for mindlessly executing the following statement:</p>
<p>update user remotecheck set Process_priv=&#8217;Y';</p>
<p>As you can guess, it set every user in the mysql database&#8217;s Process_priv column to &#8216;Y&#8217;. Why did it even parse? Did it regard &#8220;remotecheck&#8221; (which should have been in a &#8220;where user=&#8217;remotecheck&#8217; clause) as a table alias for user?</p>
<p>I do, however, strongly prefer using != to . Don&#8217;t most major vendors support that syntax, non-standard as it may be? I seem to remember using it in Oracle and SQL Server as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
