<?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: MySQL: How to allow connections from outside of localhost</title>
	<atom:link href="http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/</link>
	<description>My Journal</description>
	<lastBuildDate>Wed, 10 Aug 2011 05:46:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: rainbof</title>
		<link>http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/comment-page-1/#comment-378918</link>
		<dc:creator>rainbof</dc:creator>
		<pubDate>Thu, 09 Jul 2009 11:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://julianschrader.de/?p=283#comment-378918</guid>
		<description>has &quot;an error&quot; some description  ?</description>
		<content:encoded><![CDATA[<p>has &#8220;an error&#8221; some description  ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/comment-page-1/#comment-356424</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 21 Mar 2009 11:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://julianschrader.de/?p=283#comment-356424</guid>
		<description>Sorry but it doesnt works in my localhost, it gives me an error, any other option?</description>
		<content:encoded><![CDATA[<p>Sorry but it doesnt works in my localhost, it gives me an error, any other option?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Schrader</title>
		<link>http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/comment-page-1/#comment-350416</link>
		<dc:creator>Julian Schrader</dc:creator>
		<pubDate>Sun, 01 Mar 2009 16:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://julianschrader.de/?p=283#comment-350416</guid>
		<description>@Doug Films: Thanks for mentioning that—very important!

&lt;code&gt;grant all on database.* to &#039;user&#039;@&#039;localhost&#039; identified by &#039;password&#039;&lt;/code&gt;

won&#039;t let you connect from outside—the following will:

&lt;code&gt;grant all on database.* to &#039;user&#039; identified by &#039;password&#039;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Doug Films: Thanks for mentioning that—very important!</p>
<p><code>grant all on database.* to 'user'@'localhost' identified by 'password'</code></p>
<p>won&#8217;t let you connect from outside—the following will:</p>
<p><code>grant all on database.* to 'user' identified by 'password'</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Films</title>
		<link>http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/comment-page-1/#comment-350415</link>
		<dc:creator>Doug Films</dc:creator>
		<pubDate>Sun, 01 Mar 2009 16:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://julianschrader.de/?p=283#comment-350415</guid>
		<description>Just in case anyone reading doesn&#039;t realise. You also have to make sure the user you&#039;re connecting with has the permissions to access remotely. Most users have &quot;localhost&quot; in the Host field which means only local connections. But if you put &quot;%&quot; in that field thats the MySQL equivalent of a wildcard allowing any host connection.</description>
		<content:encoded><![CDATA[<p>Just in case anyone reading doesn&#8217;t realise. You also have to make sure the user you&#8217;re connecting with has the permissions to access remotely. Most users have &#8220;localhost&#8221; in the Host field which means only local connections. But if you put &#8220;%&#8221; in that field thats the MySQL equivalent of a wildcard allowing any host connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: offshore dedicated team</title>
		<link>http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/comment-page-1/#comment-349783</link>
		<dc:creator>offshore dedicated team</dc:creator>
		<pubDate>Thu, 26 Feb 2009 14:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://julianschrader.de/?p=283#comment-349783</guid>
		<description>I also have problems with MySQL, after reading this post I hope to forget about them, thanks a lot!</description>
		<content:encoded><![CDATA[<p>I also have problems with MySQL, after reading this post I hope to forget about them, thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I Beam new york</title>
		<link>http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/comment-page-1/#comment-347613</link>
		<dc:creator>I Beam new york</dc:creator>
		<pubDate>Thu, 19 Feb 2009 19:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://julianschrader.de/?p=283#comment-347613</guid>
		<description>Really it is very helpful and thanks for sharing it.</description>
		<content:encoded><![CDATA[<p>Really it is very helpful and thanks for sharing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Schrader</title>
		<link>http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/comment-page-1/#comment-347593</link>
		<dc:creator>Julian Schrader</dc:creator>
		<pubDate>Thu, 19 Feb 2009 14:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://julianschrader.de/?p=283#comment-347593</guid>
		<description>I thought about it—actually, CocoaMySQL offers to connect via SSH tunnels, but each time I try, it gives me a MySQL error—whether I configure it to use a tunnel or not, it acts just the same. 

But I&#039;ll have another try on this issue, it&#039;s true—it&#039;s more secure via SSH &lt;em&gt;(and less to fiddle around)&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p>I thought about it—actually, CocoaMySQL offers to connect via SSH tunnels, but each time I try, it gives me a MySQL error—whether I configure it to use a tunnel or not, it acts just the same. </p>
<p>But I&#8217;ll have another try on this issue, it&#8217;s true—it&#8217;s more secure via SSH <em>(and less to fiddle around)</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernhard Häussner</title>
		<link>http://julianschrader.de/20090218-mysql-how-to-allow-connections-from-outside-of-localhost/comment-page-1/#comment-347578</link>
		<dc:creator>Bernhard Häussner</dc:creator>
		<pubDate>Thu, 19 Feb 2009 13:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://julianschrader.de/?p=283#comment-347578</guid>
		<description>I would recommend using SSH-tunneling. It&#039;s using an encrypted connection and only server and ssh-connected machines can acces your mysql-db. This schould be an advantege since MySQL-passwords are usually stored in configuration files etc. so someone who got these can access your database form everywhere. But your ssh password/passphrase is nowhere written down so hard to find out. 

If you are running a local test server, you can even run your application with the database on the server without changing any configurations.</description>
		<content:encoded><![CDATA[<p>I would recommend using SSH-tunneling. It&#8217;s using an encrypted connection and only server and ssh-connected machines can acces your mysql-db. This schould be an advantege since MySQL-passwords are usually stored in configuration files etc. so someone who got these can access your database form everywhere. But your ssh password/passphrase is nowhere written down so hard to find out. </p>
<p>If you are running a local test server, you can even run your application with the database on the server without changing any configurations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

