<?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: Howto: Remote Root Access to MySql</title>
	<atom:link href="http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/</link>
	<description></description>
	<lastBuildDate>Thu, 10 May 2012 01:18:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: evanism</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-23054</link>
		<dc:creator>evanism</dc:creator>
		<pubDate>Wed, 16 Nov 2011 12:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-23054</guid>
		<description>that last compontnent of #bind-address = 127.0.0.1 did it for me.  I have been hacking away for hours and was screwed by that one line!</description>
		<content:encoded><![CDATA[<p>that last compontnent of #bind-address = 127.0.0.1 did it for me.  I have been hacking away for hours and was screwed by that one line!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-23044</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 31 Oct 2011 19:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-23044</guid>
		<description>Thank you, I tried numerous other ways and this is by far the quickest (and easiest).</description>
		<content:encoded><![CDATA[<p>Thank you, I tried numerous other ways and this is by far the quickest (and easiest).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pomodoro technique</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-23022</link>
		<dc:creator>Pomodoro technique</dc:creator>
		<pubDate>Sat, 06 Aug 2011 13:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-23022</guid>
		<description>Is there a method to perform this from phpmyadmin? Thank you.</description>
		<content:encoded><![CDATA[<p>Is there a method to perform this from phpmyadmin? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-23021</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Thu, 04 Aug 2011 01:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-23021</guid>
		<description>I followed your instructions and initially still got the &quot;access denied&quot; error. When you make your root user at the MYSQL server, that user&#039;s password must be encrypted by the MYSQL server in order to function. Otherwise, logging in from another host with the exact password will throw an error.

SET PASSWORD FOR &#039;root&#039;@&#039;xx.xx.xx.xx&#039; = PASSWORD(&#039;abc123&#039;);</description>
		<content:encoded><![CDATA[<p>I followed your instructions and initially still got the &#8220;access denied&#8221; error. When you make your root user at the MYSQL server, that user&#8217;s password must be encrypted by the MYSQL server in order to function. Otherwise, logging in from another host with the exact password will throw an error.</p>
<p>SET PASSWORD FOR &#8216;root&#8217;@'xx.xx.xx.xx&#8217; = PASSWORD(&#8216;abc123&#8242;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tastesnow</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-23011</link>
		<dc:creator>tastesnow</dc:creator>
		<pubDate>Sun, 10 Jul 2011 10:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-23011</guid>
		<description>highly appreciated. I resolved my problem.</description>
		<content:encoded><![CDATA[<p>highly appreciated. I resolved my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roadworrier</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-22884</link>
		<dc:creator>roadworrier</dc:creator>
		<pubDate>Thu, 12 May 2011 15:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-22884</guid>
		<description>ah, thanks. I didn&#039;t want to do all of the things other tutorials told me about, all I wanted to do was know how to grant all privileges on *.* to &#039;root&#039;@&#039;%&#039; so I could log in remotely. Perfect. Thanks.</description>
		<content:encoded><![CDATA[<p>ah, thanks. I didn&#8217;t want to do all of the things other tutorials told me about, all I wanted to do was know how to grant all privileges on *.* to &#8216;root&#8217;@'%&#8217; so I could log in remotely. Perfect. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wannabe</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-22803</link>
		<dc:creator>wannabe</dc:creator>
		<pubDate>Wed, 23 Mar 2011 15:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-22803</guid>
		<description>hi, i still get this error after doin all the tutorial says, please help me: 
1130 - Host &#039;mypc.local&#039; is not allowed to connectto this MySQL server</description>
		<content:encoded><![CDATA[<p>hi, i still get this error after doin all the tutorial says, please help me:<br />
1130 &#8211; Host &#8216;mypc.local&#8217; is not allowed to connectto this MySQL server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crimso</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-22649</link>
		<dc:creator>crimso</dc:creator>
		<pubDate>Tue, 12 Oct 2010 12:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-22649</guid>
		<description>thanx for this! got my workbench working in a snap after reading this!</description>
		<content:encoded><![CDATA[<p>thanx for this! got my workbench working in a snap after reading this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-22424</link>
		<dc:creator>Neal</dc:creator>
		<pubDate>Tue, 28 Sep 2010 19:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-22424</guid>
		<description>Nice post. Just a comment, that I *think* it would be pretty important not to simply comment out this line:

bind-address = 127.0.0.1

But to change the IP with the machine&#039;s IP address, which is probably often an internal IP address.</description>
		<content:encoded><![CDATA[<p>Nice post. Just a comment, that I *think* it would be pretty important not to simply comment out this line:</p>
<p>bind-address = 127.0.0.1</p>
<p>But to change the IP with the machine&#8217;s IP address, which is probably often an internal IP address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hamid</title>
		<link>http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/comment-page-1/#comment-22402</link>
		<dc:creator>hamid</dc:creator>
		<pubDate>Mon, 27 Sep 2010 14:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/01/15/howto-remote-root-access-to-mysql/#comment-22402</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/13 queries in 0.013 seconds using disk: basic
Object Caching 364/364 objects using disk: basic

Served from: benrobb.com @ 2012-05-18 02:03:27 -->
