<?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: Install, configure and run MySQL Cluster &#8211; demo video</title>
	<atom:link href="http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-configure-and-run-mysql-cluster-demo-video</link>
	<description>MySQL Cluster database &#38; MySQL Replication</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:19:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/comment-page-1/#comment-44718</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 29 Jul 2011 08:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=1216#comment-44718</guid>
		<description>deepak,

 as a first step to get Cluster up and running on Cluster (all processes on a single host) you can follow the quick start guides from &lt;a href=&quot;http://www.clusterdb.com/mysql/download-install-configure-run-and-test-mysql-cluster-in-under-15-minutes/&quot; rel=&quot;nofollow&quot;&gt;MySQL Cluster Quick Start&lt;/a&gt; and see this blog on &lt;a href=&quot;http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/&quot; rel=&quot;nofollow&quot;&gt;running MySQL Cluster across multiple Windows servers&lt;/a&gt;.

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>deepak,</p>
<p> as a first step to get Cluster up and running on Cluster (all processes on a single host) you can follow the quick start guides from <a href="http://www.clusterdb.com/mysql/download-install-configure-run-and-test-mysql-cluster-in-under-15-minutes/" rel="nofollow">MySQL Cluster Quick Start</a> and see this blog on <a href="http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/" rel="nofollow">running MySQL Cluster across multiple Windows servers</a>.</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepak</title>
		<link>http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/comment-page-1/#comment-44706</link>
		<dc:creator>deepak</dc:creator>
		<pubDate>Fri, 29 Jul 2011 06:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=1216#comment-44706</guid>
		<description>can any one send me the configuration for mysql cluster in windows.
i am using mysql 5.1.56 and cluster 7.1.14</description>
		<content:encoded><![CDATA[<p>can any one send me the configuration for mysql cluster in windows.<br />
i am using mysql 5.1.56 and cluster 7.1.14</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/comment-page-1/#comment-12445</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 17 Oct 2010 17:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=1216#comment-12445</guid>
		<description>Hi Luke,

 Not tried this on CentOS but would expect it to work.

 Is user1 your username and /home/user1 your home directory?

 You need to start the data nodes between the ndb_mgmd and the mysqld - did you do that?


Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Luke,</p>
<p> Not tried this on CentOS but would expect it to work.</p>
<p> Is user1 your username and /home/user1 your home directory?</p>
<p> You need to start the data nodes between the ndb_mgmd and the mysqld &#8211; did you do that?</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/comment-page-1/#comment-12314</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 15 Oct 2010 10:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=1216#comment-12314</guid>
		<description>Hi, i&#039;m stuck at start mgmd server..
#####################################
[user1@centOS mysqlc]$ cd ../my_cluster/
[user1@centOS my_cluster]$ $HOME/mysqlc/bin/ndb_mgmd -f conf/config.ini --initial --configdir=$HOME/my_cluster/conf/
MySQL Cluster Management Server mysql-5.1.47 ndb-7.1.8
[user1@centOS my_cluster]$ 
######################################
therefore i cant successfully execute

$HOME/mysqlc/bin/mysqld --defaults-file=conf/my.cnf &amp;

####################################
and the return error i get:
######################
[user1@centOS my_cluster]$ $HOME/mysqlc/bin/mysqld --defaults-file=conf/my.cnf &amp;
[1] 3363
[user1@centOS my_cluster]$ 101015 13:57:06 [Warning] Can&#039;t create test file /home/user1/my_cluster/mysql_data/centOS.lower-test
101015 13:57:06 [Warning] Can&#039;t create test file /home/user1/my_cluster/mysql_data/centOS.lower-test
/home/user1/mysqlc/bin/mysqld: Can&#039;t change dir to &#039;/home/user1/my_cluster/mysql_data/&#039; (Errcode: 2)
101015 13:57:06 [ERROR] Aborting

101015 13:57:06 [Note] /home/user1/mysqlc/bin/mysqld: Shutdown complete


[1]+  Exit 1                  $HOME/mysqlc/bin/mysqld --defaults-file=conf/my.cnf
[user1@centOS my_cluster]$ 

#################################

Your help are really needed!
if u have yahoo messenger: add me.
my ID: luqmanawawi</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m stuck at start mgmd server..<br />
#####################################<br />
[user1@centOS mysqlc]$ cd ../my_cluster/<br />
[user1@centOS my_cluster]$ $HOME/mysqlc/bin/ndb_mgmd -f conf/config.ini &#8211;initial &#8211;configdir=$HOME/my_cluster/conf/<br />
MySQL Cluster Management Server mysql-5.1.47 ndb-7.1.8<br />
[user1@centOS my_cluster]$<br />
######################################<br />
therefore i cant successfully execute</p>
<p>$HOME/mysqlc/bin/mysqld &#8211;defaults-file=conf/my.cnf &#038;</p>
<p>####################################<br />
and the return error i get:<br />
######################<br />
[user1@centOS my_cluster]$ $HOME/mysqlc/bin/mysqld &#8211;defaults-file=conf/my.cnf &#038;<br />
[1] 3363<br />
[user1@centOS my_cluster]$ 101015 13:57:06 [Warning] Can&#8217;t create test file /home/user1/my_cluster/mysql_data/centOS.lower-test<br />
101015 13:57:06 [Warning] Can&#8217;t create test file /home/user1/my_cluster/mysql_data/centOS.lower-test<br />
/home/user1/mysqlc/bin/mysqld: Can&#8217;t change dir to &#8216;/home/user1/my_cluster/mysql_data/&#8217; (Errcode: 2)<br />
101015 13:57:06 [ERROR] Aborting</p>
<p>101015 13:57:06 [Note] /home/user1/mysqlc/bin/mysqld: Shutdown complete</p>
<p>[1]+  Exit 1                  $HOME/mysqlc/bin/mysqld &#8211;defaults-file=conf/my.cnf<br />
[user1@centOS my_cluster]$ </p>
<p>#################################</p>
<p>Your help are really needed!<br />
if u have yahoo messenger: add me.<br />
my ID: luqmanawawi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/comment-page-1/#comment-9669</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 26 Aug 2010 08:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=1216#comment-9669</guid>
		<description>Hi Chris,

 I haven&#039;t produced one - don&#039;t know if there&#039;s one available somewhere.

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p> I haven&#8217;t produced one &#8211; don&#8217;t know if there&#8217;s one available somewhere.</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Soniat</title>
		<link>http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/comment-page-1/#comment-9110</link>
		<dc:creator>Christopher Soniat</dc:creator>
		<pubDate>Mon, 09 Aug 2010 13:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=1216#comment-9110</guid>
		<description>Andrew,

Is there a similar video for the ODBC functionality?  I&#039;m assuming that this also needs to be installe on the server, perhaps I am mistaken.

Thanks,
Chris Soniat</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>Is there a similar video for the ODBC functionality?  I&#8217;m assuming that this also needs to be installe on the server, perhaps I am mistaken.</p>
<p>Thanks,<br />
Chris Soniat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/comment-page-1/#comment-8571</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 25 Jul 2010 09:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=1216#comment-8571</guid>
		<description>Hi Tom,

 take a look at the quick start guides at http://www.mysql.com/downloads/cluster/ (that same page has the downloads. Just select the OS and then grab the tar ball or zip that matches your architecture. Go for the latest GA release there (currently 7.1).

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p> take a look at the quick start guides at <a href="http://www.mysql.com/downloads/cluster/" rel="nofollow">http://www.mysql.com/downloads/cluster/</a> (that same page has the downloads. Just select the OS and then grab the tar ball or zip that matches your architecture. Go for the latest GA release there (currently 7.1).</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.clusterdb.com/mysql-cluster/install-configure-and-run-mysql-cluster-demo-video/comment-page-1/#comment-8556</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 24 Jul 2010 22:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=1216#comment-8556</guid>
		<description>It would be nice if it showed which cluster software to download.  Nothing on MySQL&#039;s site matches what is shown in the Linux section.</description>
		<content:encoded><![CDATA[<p>It would be nice if it showed which cluster software to download.  Nothing on MySQL&#8217;s site matches what is shown in the Linux section.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

