<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Accessing MySQL on VB.NET using MySQL Connector/Net, Part IV: Create &amp; Grant MySQL User Account</title> <atom:link href="http://www.linglom.com/2009/02/28/accessing-mysql-on-vbnet-using-mysql-connectornet-part-iv-create-grant-mysql-user-account/feed/" rel="self" type="application/rss+xml" /><link>http://www.linglom.com/2009/02/28/accessing-mysql-on-vbnet-using-mysql-connectornet-part-iv-create-grant-mysql-user-account/</link> <description>Source of IT knowledge</description> <lastBuildDate>Thu, 09 Feb 2012 17:22:01 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: John</title><link>http://www.linglom.com/2009/02/28/accessing-mysql-on-vbnet-using-mysql-connectornet-part-iv-create-grant-mysql-user-account/comment-page-1/#comment-8343</link> <dc:creator>John</dc:creator> <pubDate>Mon, 03 Jan 2011 12:16:37 +0000</pubDate> <guid
isPermaLink="false">http://www.linglom.com/?p=576#comment-8343</guid> <description>Please remember that All users by default will have permission on all tables in the database.....
If you want selective table permissions you MUST
&#039;REVOKE&#039; permissions and reset specific..
The following set I use all of the time
When accounts are made permissions are set with a * and are NOT overriden by revoking against and setting permissions against specific tables.
YOU MUST revoke default set under *
Revoke SELECT,INSERT,UPDATE,DELETE ON database-name.*  FROM &#039;ac-name&#039;
Revoke any set against specific table
Revoke SELECT,INSERT,UPDATE,DELETE ON database-name.TestTable  FROM &#039;ac-name&#039;
Grant permissions set agianst specific table
Grant SELECT,INSERT,UPDATE,DELETE ON database-name.TestTable  TO &#039;ac-name&#039;</description> <content:encoded><![CDATA[<p>Please remember that All users by default will have permission on all tables in the database&#8230;..</p><p>If you want selective table permissions you MUST<br
/> &#8216;REVOKE&#8217; permissions and reset specific..</p><p>The following set I use all of the time</p><p>When accounts are made permissions are set with a * and are NOT overriden by revoking against and setting permissions against specific tables.</p><p>YOU MUST revoke default set under *</p><p>Revoke SELECT,INSERT,UPDATE,DELETE ON database-name.*  FROM &#8216;ac-name&#8217;</p><p>Revoke any set against specific table<br
/> Revoke SELECT,INSERT,UPDATE,DELETE ON database-name.TestTable  FROM &#8216;ac-name&#8217;</p><p>Grant permissions set agianst specific table<br
/> Grant SELECT,INSERT,UPDATE,DELETE ON database-name.TestTable  TO &#8216;ac-name&#8217;</p> ]]></content:encoded> </item> <item><title>By: Eduardo</title><link>http://www.linglom.com/2009/02/28/accessing-mysql-on-vbnet-using-mysql-connectornet-part-iv-create-grant-mysql-user-account/comment-page-1/#comment-4052</link> <dc:creator>Eduardo</dc:creator> <pubDate>Tue, 31 Mar 2009 16:09:25 +0000</pubDate> <guid
isPermaLink="false">http://www.linglom.com/?p=576#comment-4052</guid> <description>On point 3 instead of &quot;GRANT SELECT ON mysql.proc TO &#039;worldUser&#039;@&#039;%&#039;;&quot; should read &quot;GRANT SELECT ON PROCEDURE mysql.proc TO &#039;worldUser&#039;@&#039;%&#039;;&quot;</description> <content:encoded><![CDATA[<p>On point 3 instead of &#8220;GRANT SELECT ON mysql.proc TO &#8216;worldUser&#8217;@'%&#8217;;&#8221; should read &#8220;GRANT SELECT ON PROCEDURE mysql.proc TO &#8216;worldUser&#8217;@'%&#8217;;&#8221;</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 4/12 queries in 0.005 seconds using disk: basic
Content Delivery Network via cdn.linglom.com/linglom

Served from: www.linglom.com @ 2012-02-10 11:50:16 -->
