<?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: My first Cluster running on Windows</title>
	<atom:link href="http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/</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: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-4965</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 06 Mar 2010 12:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-4965</guid>
		<description>Hi Mayank,

 the MSI file will reappear soon. There has been a re-org of the MySQL site. For Windows go to dev.mysql.com and then get the Windows zip file from the &quot;development&quot; tab of the Cluster downloads page.

Take a look at http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/ to see how to install MySQL Cluster from the zip file.

Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Mayank,</p>
<p> the MSI file will reappear soon. There has been a re-org of the MySQL site. For Windows go to dev.mysql.com and then get the Windows zip file from the &#8220;development&#8221; tab of the Cluster downloads page.</p>
<p>Take a look at <a href="http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/" rel="nofollow">http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/</a> to see how to install MySQL Cluster from the zip file.</p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayank</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-4961</link>
		<dc:creator>Mayank</dc:creator>
		<pubDate>Sat, 06 Mar 2010 08:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-4961</guid>
		<description>I cannot find the .msi file
where is it??
I searched the whole folder :(</description>
		<content:encoded><![CDATA[<p>I cannot find the .msi file<br />
where is it??<br />
I searched the whole folder <img src='http://www.clusterdb.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: person</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-4571</link>
		<dc:creator>person</dc:creator>
		<pubDate>Sat, 20 Feb 2010 13:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-4571</guid>
		<description>excellent tutorial! 

Definitely helped me get my cluster working!

Thanks! =D</description>
		<content:encoded><![CDATA[<p>excellent tutorial! </p>
<p>Definitely helped me get my cluster working!</p>
<p>Thanks! =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Running MySQL Cluster over multiple servers @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-3049</link>
		<dc:creator>Running MySQL Cluster over multiple servers @ Andrew Morgan&#8217;s MySQL Cluster Database Blog</dc:creator>
		<pubDate>Wed, 23 Dec 2009 17:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-3049</guid>
		<description>[...] on from the earlier article on running MySQL Cluster on a single Windows host, this one looks at installing and running over multiple Windows [...]</description>
		<content:encoded><![CDATA[<p>[...] on from the earlier article on running MySQL Cluster on a single Windows host, this one looks at installing and running over multiple Windows [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kelvin</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-2203</link>
		<dc:creator>kelvin</dc:creator>
		<pubDate>Sun, 01 Nov 2009 09:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-2203</guid>
		<description>Hi Andrew,

Currently i am using different hosts for my SQL nodes. However, they do seem to work when i fire them to start. I have tried alot of method but it just didnt work.

this is my my.cnf file on the different machines:

[mysqld]
ndbcluster
ndb-connectstring=xxx.xxx.42.158
datadir=&quot;C:\...\data&quot;
port=3306
server-id=3306
---------------------------------------
this is my config.ini:
[ndbd default]
NoOfReplicas=4

[ndb_mgmd]
id=1
hostname=xxx.xxx.42.158

[ndbd]
id=19                                
hostname=xxx.xxx.178.197

[ndbd]
id=20                                
hostname=xxx.xxx.12.195

[ndbd]
id=21                                
hostname=xxx.xxx.178.197

[ndbd]
id=22                                
hostname=xxx.xxx.17.234

[mysqld]
[mysqld]
[mysqld]</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>Currently i am using different hosts for my SQL nodes. However, they do seem to work when i fire them to start. I have tried alot of method but it just didnt work.</p>
<p>this is my my.cnf file on the different machines:</p>
<p>[mysqld]<br />
ndbcluster<br />
ndb-connectstring=xxx.xxx.42.158<br />
datadir=&#8221;C:\&#8230;\data&#8221;<br />
port=3306<br />
server-id=3306<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
this is my config.ini:<br />
[ndbd default]<br />
NoOfReplicas=4</p>
<p>[ndb_mgmd]<br />
id=1<br />
hostname=xxx.xxx.42.158</p>
<p>[ndbd]<br />
id=19<br />
hostname=xxx.xxx.178.197</p>
<p>[ndbd]<br />
id=20<br />
hostname=xxx.xxx.12.195</p>
<p>[ndbd]<br />
id=21<br />
hostname=xxx.xxx.178.197</p>
<p>[ndbd]<br />
id=22<br />
hostname=xxx.xxx.17.234</p>
<p>[mysqld]<br />
[mysqld]<br />
[mysqld]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-1975</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 17 Oct 2009 15:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-1975</guid>
		<description>Something has recently changed in Cluster that meant that the mysqld processes wouldn&#039;t connect to the Cluster. I&#039;ve now replaced &quot;ndbcluster=true&quot; with just &quot;ndbcluster&quot; in the my.X.cnf files and it should now work again.

Andrew.</description>
		<content:encoded><![CDATA[<p>Something has recently changed in Cluster that meant that the mysqld processes wouldn&#8217;t connect to the Cluster. I&#8217;ve now replaced &#8220;ndbcluster=true&#8221; with just &#8220;ndbcluster&#8221; in the my.X.cnf files and it should now work again.</p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-1935</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Fri, 16 Oct 2009 04:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-1935</guid>
		<description>Hi there, i cant seem to connect my nodes. Same problem with alex...</description>
		<content:encoded><![CDATA[<p>Hi there, i cant seem to connect my nodes. Same problem with alex&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-1839</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 10 Oct 2009 08:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-1839</guid>
		<description>hi xavi

what do you mean about mysql administrator wizard..? do you mean mysql administrator GUI or else..? 

regards

Alex</description>
		<content:encoded><![CDATA[<p>hi xavi</p>
<p>what do you mean about mysql administrator wizard..? do you mean mysql administrator GUI or else..? </p>
<p>regards</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-1837</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 10 Oct 2009 07:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-1837</guid>
		<description>Hi Alex,

 I&#039;ll be experimenting more on Windows soon - I&#039;ll let you know if I seem anything similar.

 Have you tried the suggestion from Xavi?

If that doesn&#039;t help then I&#039;d suggest searching bugs.mysql.com to see if anyone has raised a similar issue and create a bug report if they haven&#039;t.

Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p> I&#8217;ll be experimenting more on Windows soon &#8211; I&#8217;ll let you know if I seem anything similar.</p>
<p> Have you tried the suggestion from Xavi?</p>
<p>If that doesn&#8217;t help then I&#8217;d suggest searching bugs.mysql.com to see if anyone has raised a similar issue and create a bug report if they haven&#8217;t.</p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.clusterdb.com/mysql-cluster/my-first-cluster-running-on-windows/comment-page-1/#comment-1836</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sat, 10 Oct 2009 07:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=153#comment-1836</guid>
		<description>hi andrew

there are another log error, as shown bellow :

091010 14:42:03  InnoDB: Started; log sequence number 0 46409
091010 14:42:03 [Note] NDB: NodeID is 7, management server &#039;localhost:1186&#039;
091010 14:42:03 [Note] NDB[0]: NodeID: 7, all storage nodes connected
091010 14:42:03 [Note] Starting Cluster Binlog Thread
Can&#039;t start server: Bind on TCP/IP port: No such file or directory
091010 14:42:03 [ERROR] Do you already have another mysqld server running on port: 3307 ?
091010 14:42:03 [ERROR] Aborting

this is confussing cos, i am using deffrent port on it 3306,3307,3308 as usuggested in your tutorial but it said Do you already have another mysqld server running on port : 3307

please help me 

regards

alex</description>
		<content:encoded><![CDATA[<p>hi andrew</p>
<p>there are another log error, as shown bellow :</p>
<p>091010 14:42:03  InnoDB: Started; log sequence number 0 46409<br />
091010 14:42:03 [Note] NDB: NodeID is 7, management server &#8216;localhost:1186&#8242;<br />
091010 14:42:03 [Note] NDB[0]: NodeID: 7, all storage nodes connected<br />
091010 14:42:03 [Note] Starting Cluster Binlog Thread<br />
Can&#8217;t start server: Bind on TCP/IP port: No such file or directory<br />
091010 14:42:03 [ERROR] Do you already have another mysqld server running on port: 3307 ?<br />
091010 14:42:03 [ERROR] Aborting</p>
<p>this is confussing cos, i am using deffrent port on it 3306,3307,3308 as usuggested in your tutorial but it said Do you already have another mysqld server running on port : 3307</p>
<p>please help me </p>
<p>regards</p>
<p>alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>
