<?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: Deploying MySQL Cluster over multiple hosts</title>
	<atom:link href="http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/</link>
	<description>MySQL Cluster database &#38; MySQL Replication</description>
	<lastBuildDate>Sat, 06 Mar 2010 12:00:32 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jordan</title>
		<link>http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/comment-page-1/#comment-4679</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Wed, 24 Feb 2010 20:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=262#comment-4679</guid>
		<description>Just a quick note to say &quot;Thank you&quot;. This post was extremely helpful in understanding the basics of how each piece of the MySQL cluster works together. Thank you for taking the time to share this with the community.</description>
		<content:encoded><![CDATA[<p>Just a quick note to say &#8220;Thank you&#8221;. This post was extremely helpful in understanding the basics of how each piece of the MySQL cluster works together. Thank you for taking the time to share this with the community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bin3r</title>
		<link>http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/comment-page-1/#comment-4092</link>
		<dc:creator>bin3r</dc:creator>
		<pubDate>Thu, 04 Feb 2010 08:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=262#comment-4092</guid>
		<description>Hi
I want to used 3 hosts in mysql-cluster.
2 node for ndbd, and 1 node for ndb_mgmnd,
can you show me the tutorial

thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
I want to used 3 hosts in mysql-cluster.<br />
2 node for ndbd, and 1 node for ndb_mgmnd,<br />
can you show me the tutorial</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harikrishna.gangi</title>
		<link>http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/comment-page-1/#comment-2209</link>
		<dc:creator>Harikrishna.gangi</dc:creator>
		<pubDate>Mon, 02 Nov 2009 06:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=262#comment-2209</guid>
		<description>Hi,
    This setup works perfectly for with out errors

Regards,
Hari</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    This setup works perfectly for with out errors</p>
<p>Regards,<br />
Hari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/comment-page-1/#comment-532</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 13 Aug 2009 08:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=262#comment-532</guid>
		<description>That implies that the mysqld is using a non-standard location for its socket. A couple of options:

	connect using the IP Address/port number: mysql -h 192.168.0.4 -P 3306 (where the port number is defined in the defaults file that you specify when starting mysqld)
	When you start the mysqld process, it should tell you the location it&#039;s using for the socket; you can then specify that location using the &quot;mysql -S&quot; option
	Specify where you want the socket in the defaults file you use when starting mysqld by including &quot;socket=/tmp/mysql.sock&quot; which is where the mysql is looking by default (obviously, each mysqld on the same host would need to use a different socket


Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>That implies that the mysqld is using a non-standard location for its socket. A couple of options:</p>
<p>	connect using the IP Address/port number: mysql -h 192.168.0.4 -P 3306 (where the port number is defined in the defaults file that you specify when starting mysqld)<br />
	When you start the mysqld process, it should tell you the location it&#8217;s using for the socket; you can then specify that location using the &#8220;mysql -S&#8221; option<br />
	Specify where you want the socket in the defaults file you use when starting mysqld by including &#8220;socket=/tmp/mysql.sock&#8221; which is where the mysql is looking by default (obviously, each mysqld on the same host would need to use a different socket</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umarzuki</title>
		<link>http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/comment-page-1/#comment-520</link>
		<dc:creator>Umarzuki</dc:creator>
		<pubDate>Thu, 13 Aug 2009 02:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=262#comment-520</guid>
		<description>What about error:
Can&#039;t connect to local mysql server through socket &#039;/tmp/mysql.sock&#039; ?</description>
		<content:encoded><![CDATA[<p>What about error:<br />
Can&#8217;t connect to local mysql server through socket &#8216;/tmp/mysql.sock&#8217; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting up MySQL Asynchronous Replication for High Availability @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</title>
		<link>http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/comment-page-1/#comment-302</link>
		<dc:creator>Setting up MySQL Asynchronous Replication for High Availability @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</dc:creator>
		<pubDate>Tue, 04 Aug 2009 13:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=262#comment-302</guid>
		<description>[...] will focus on setting up the replication, you can refer to Deploying MySQL Cluster over multiple hosts for the steps to configure and run each MySQL Cluster [...]</description>
		<content:encoded><![CDATA[<p>[...] will focus on setting up the replication, you can refer to Deploying MySQL Cluster over multiple hosts for the steps to configure and run each MySQL Cluster [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a simple Cluster on a single LINUX host @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</title>
		<link>http://www.clusterdb.com/mysql-cluster/deploying-mysql-cluster-over-multiple-hosts/comment-page-1/#comment-90</link>
		<dc:creator>Creating a simple Cluster on a single LINUX host @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</dc:creator>
		<pubDate>Fri, 10 Jul 2009 19:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=262#comment-90</guid>
		<description>[...] physical hosts in the interests of performance and redundancy (take a look at the new article (Deploying MySQL Cluster over multiple host) to see how to do that). You’d also set several more variables in the configuration files in [...]</description>
		<content:encoded><![CDATA[<p>[...] physical hosts in the interests of performance and redundancy (take a look at the new article (Deploying MySQL Cluster over multiple host) to see how to do that). You’d also set several more variables in the configuration files in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
