<?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: Why you do not use GRANT ALL ON *.*?</title>
	<atom:link href="http://ronaldbradford.com/blog/why-you-do-not-use-grant-all-on-2008-09-23/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronaldbradford.com/blog/why-you-do-not-use-grant-all-on-2008-09-23/</link>
	<description>Expert times and information on MySQL</description>
	<lastBuildDate>Fri, 12 Mar 2010 22:45:29 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Lemoine</title>
		<link>http://ronaldbradford.com/blog/why-you-do-not-use-grant-all-on-2008-09-23/comment-page-1/#comment-428</link>
		<dc:creator>Eric Lemoine</dc:creator>
		<pubDate>Wed, 24 Sep 2008 07:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=1188#comment-428</guid>
		<description>According to the documentation (http://dev.mysql.com/doc/refman/5.0/en/grant.html) :

The FILE, PROCESS, RELOAD, REPLICATION CLIENT, REPLICATION SLAVE, SHOW DATABASES, SHUTDOWN, SUPER, and CREATE USER privileges are administrative privileges that can only be granted globally (using ON *.* syntax).

So if you grant ALL a user on specific objects (my_db.* or my_db.my_table), this user won&#039;t have the SUPER privilege.

Eric</description>
		<content:encoded><![CDATA[<p>According to the documentation (<a href="http://dev.mysql.com/doc/refman/5.0/en/grant.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/grant.html</a>) :</p>
<p>The FILE, PROCESS, RELOAD, REPLICATION CLIENT, REPLICATION SLAVE, SHOW DATABASES, SHUTDOWN, SUPER, and CREATE USER privileges are administrative privileges that can only be granted globally (using ON *.* syntax).</p>
<p>So if you grant ALL a user on specific objects (my_db.* or my_db.my_table), this user won&#8217;t have the SUPER privilege.</p>
<p>Eric</p>
]]></content:encoded>
	</item>
</channel>
</rss>
