<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developers, Developers, Developers! &#187; networking</title>
	<atom:link href="http://maksim.sorokin.dk/it/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://maksim.sorokin.dk/it</link>
	<description>Maksim Sorokin IT Blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 19:37:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>MySQL Connecting Remotely</title>
		<link>http://maksim.sorokin.dk/it/2010/08/10/mysql-connecting-remotely/</link>
		<comments>http://maksim.sorokin.dk/it/2010/08/10/mysql-connecting-remotely/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 15:08:19 +0000</pubDate>
		<dc:creator>Maksim Sorokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://maksim.sorokin.dk/it/?p=312</guid>
		<description><![CDATA[Information on the internet about remotely to the MySQL database is quite confusing. All over the place you may find information about bind-address configuraiton in the my.ini file. Even I wrote about it recentlyHowever, after setting bind-address option it will no longer be possible to connect to MySQL database from localhost. The guys from freenode [...]]]></description>
			<content:encoded><![CDATA[<p>Information on the internet about remotely to the MySQL database is quite confusing. All over the place you may find information about <code>bind-address</code> configuraiton in the <code>my.ini</code> file. Even I wrote about it <a href="http://maksim.sorokin.dk/it/2010/07/19/accessing-mysql-remotely/">recently</a>However, after setting <code>bind-address</code> option it will no longer be possible to connect to MySQL database from localhost.</p>
<p>The guys from <a href="http://freenode.net/">freenode</a> IRC server #mysql channel clarified the situation:</p>
<p><code>remove bind-address= and skip-networking from my.cnf and grant permission to the external 'user'@'host' and remove any firewall rules blocking port 3306 and make sure no overrides on the mysqld commandline. See  <a href="http://hashmysql.org/index.php?title=Remote_Clients_Cannot_Connect">http://hashmysql.org/index.php?title=Remote_Clients_Cannot_Connect</a><br />
</code><br />
<code><br />
bind-address is exclusive, not inclusive, it limits mysql server to what interface to listen on for incoming connections<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://maksim.sorokin.dk/it/2010/08/10/mysql-connecting-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networking Issues in VMware Player Being Offline and Online</title>
		<link>http://maksim.sorokin.dk/it/2010/07/23/networking-issues-in-vmware-player-being-offline-and-online/</link>
		<comments>http://maksim.sorokin.dk/it/2010/07/23/networking-issues-in-vmware-player-being-offline-and-online/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 14:02:18 +0000</pubDate>
		<dc:creator>Maksim Sorokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://maksim.sorokin.dk/it/?p=294</guid>
		<description><![CDATA[You may experience strange problems (at least they seem to be at the first glance) with networking on your machine which is running in VMware Player. For instance, your virtual machine has a host name "albert". When your main (physical) machine is online, "albert" can be pinged as usual. But when you are coming offline, [...]]]></description>
			<content:encoded><![CDATA[<p>You may experience strange problems (at least they seem to be at the first glance) with networking on your machine which is running in VMware Player.</p>
<p>For instance, your virtual machine has<span id="more-294"></span> a host name "albert". When your main (physical) machine is online, "albert" can be pinged as usual. But when you are coming offline, "albert" can no longer be pinged. The explanation is simple -- there is no local network between your physical machine and "albert".<br />
In order to enable such a local network, you would need to go to menu "Virtual Machine-&gt;Virtual Machine Settings". Switch to "Network Adapter" in the left frame and choose "Host-only" in the right frame. In this case it does not matter if your main physical machine is online or offline -- you will be able to ping "albert" and access internet from it.<br />
<img src="http://maksim.sorokin.dk/it/wp-content/uploads/2010/07/VM_host_only.png" alt="" width="669" height="580" class="alignnone size-full wp-image-295" /></p>
]]></content:encoded>
			<wfw:commentRss>http://maksim.sorokin.dk/it/2010/07/23/networking-issues-in-vmware-player-being-offline-and-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing MySQL Remotely</title>
		<link>http://maksim.sorokin.dk/it/2010/07/19/accessing-mysql-remotely/</link>
		<comments>http://maksim.sorokin.dk/it/2010/07/19/accessing-mysql-remotely/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 20:49:21 +0000</pubDate>
		<dc:creator>Maksim Sorokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://maksim.sorokin.dk/it/?p=284</guid>
		<description><![CDATA[By default, you can access MySQL only from the localhost. In order to access it from the network, you have to modify your my.cfg or my.ini: Remove or comment out skip-networking option (by default in latest versions of MySQL this version is not present in configuration file) add (or modify) bind-address with ip of your [...]]]></description>
			<content:encoded><![CDATA[<p>By default, you can access MySQL only from the localhost. In order to access it from the network, you have to modify your <code>my.cfg</code> or <code>my.ini</code>:</p>
<ul>
<li>Remove or comment out <code>skip-networking</code> option (by default in latest versions of MySQL this version is not present in configuration file)</li>
<li>add (or modify) <code>bind-address</code> with ip of your machine on which MySQL is running</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://maksim.sorokin.dk/it/2010/07/19/accessing-mysql-remotely/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

