<?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: Running MySQL Cluster over multiple Windows servers</title>
	<atom:link href="http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=running-mysql-cluster-over-multiple-servers</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: Krishnalal</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-76205</link>
		<dc:creator>Krishnalal</dc:creator>
		<pubDate>Mon, 23 Jan 2012 12:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-76205</guid>
		<description>Hello
my mysqld is started and stoped after 1 minute.
The error i got is

120123 17:57:08 [Note] Plugin &#039;FEDERATED&#039; is disabled.
mysqld: Table &#039;mysql.plugin&#039; doesn&#039;t exist
120123 17:57:08 [ERROR] Can&#039;t open the mysql.plugin table. Please run mysql_upgrade to create it.
120123 17:57:08  InnoDB: Initializing buffer pool, size = 8.0M
120123 17:57:08  InnoDB: Completed initialization of buffer pool
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
120123 17:57:08  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
120123 17:57:09  InnoDB: Started; log sequence number 0 44233
120123 17:57:44 [Warning] NDB: server id set to zero - changes logged to bin log with server id zero will be logged with another server id by slave mysqlds
120123 17:57:44 [Note] Starting Cluster Binlog Thread
120123 17:57:44 [ERROR] Fatal error: Can&#039;t open and lock privilege tables: Table &#039;mysql.host&#039; doesn&#039;t exist

I followed all the steps, that Andrew instructed.
Can any help..
Krishnalal</description>
		<content:encoded><![CDATA[<p>Hello<br />
my mysqld is started and stoped after 1 minute.<br />
The error i got is</p>
<p>120123 17:57:08 [Note] Plugin &#8216;FEDERATED&#8217; is disabled.<br />
mysqld: Table &#8216;mysql.plugin&#8217; doesn&#8217;t exist<br />
120123 17:57:08 [ERROR] Can&#8217;t open the mysql.plugin table. Please run mysql_upgrade to create it.<br />
120123 17:57:08  InnoDB: Initializing buffer pool, size = 8.0M<br />
120123 17:57:08  InnoDB: Completed initialization of buffer pool<br />
InnoDB: The log sequence number in ibdata files does not match<br />
InnoDB: the log sequence number in the ib_logfiles!<br />
120123 17:57:08  InnoDB: Database was not shut down normally!<br />
InnoDB: Starting crash recovery.<br />
InnoDB: Reading tablespace information from the .ibd files&#8230;<br />
InnoDB: Restoring possible half-written data pages from the doublewrite<br />
InnoDB: buffer&#8230;<br />
120123 17:57:09  InnoDB: Started; log sequence number 0 44233<br />
120123 17:57:44 [Warning] NDB: server id set to zero &#8211; changes logged to bin log with server id zero will be logged with another server id by slave mysqlds<br />
120123 17:57:44 [Note] Starting Cluster Binlog Thread<br />
120123 17:57:44 [ERROR] Fatal error: Can&#8217;t open and lock privilege tables: Table &#8216;mysql.host&#8217; doesn&#8217;t exist</p>
<p>I followed all the steps, that Andrew instructed.<br />
Can any help..<br />
Krishnalal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-76173</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 23 Jan 2012 07:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-76173</guid>
		<description>Hi Krishnalal,

 in your .cnf file(s) you should have specified a &quot;datadir&quot; folder. Check that folder to make sure that it exists (on the host where you&#039;re running the mysqld process). In there you should see a bunch of folders (that you&#039;ve previously copied there) including one called &quot;mysql&quot; - that sub-folder should contain the files that the error message is referring to.

Double check that you&#039;re including the correct .cnf file with the --defaults-file when you start the mysqld process.

You should be able to check which users have read/write access to a file by right clicking it, selecting properties and then Security - details depend on what version of Windows you&#039;re running.

Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Krishnalal,</p>
<p> in your .cnf file(s) you should have specified a &#8220;datadir&#8221; folder. Check that folder to make sure that it exists (on the host where you&#8217;re running the mysqld process). In there you should see a bunch of folders (that you&#8217;ve previously copied there) including one called &#8220;mysql&#8221; &#8211; that sub-folder should contain the files that the error message is referring to.</p>
<p>Double check that you&#8217;re including the correct .cnf file with the &#8211;defaults-file when you start the mysqld process.</p>
<p>You should be able to check which users have read/write access to a file by right clicking it, selecting properties and then Security &#8211; details depend on what version of Windows you&#8217;re running.</p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishnalal</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-76140</link>
		<dc:creator>Krishnalal</dc:creator>
		<pubDate>Mon, 23 Jan 2012 04:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-76140</guid>
		<description>Hi Andrew

yes, i have copied the mysql database files in to the data directory as specified in the blog.
How to set permissions for running mysqld process.?
Pls help as early as possible.becoz i am stuck up with the cluster implementation.
Thanks in advance
Krishnalal</description>
		<content:encoded><![CDATA[<p>Hi Andrew</p>
<p>yes, i have copied the mysql database files in to the data directory as specified in the blog.<br />
How to set permissions for running mysqld process.?<br />
Pls help as early as possible.becoz i am stuck up with the cluster implementation.<br />
Thanks in advance<br />
Krishnalal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-75720</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 20 Jan 2012 16:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-75720</guid>
		<description>Hi Krishnalal,

 are you sure that you copied the mysql database files into the data directory for the MySQL Server(s) and that they have permissions set correctly for whatever user is being used to run the mysqld process?

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Krishnalal,</p>
<p> are you sure that you copied the mysql database files into the data directory for the MySQL Server(s) and that they have permissions set correctly for whatever user is being used to run the mysqld process?</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishnalal</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-75628</link>
		<dc:creator>Krishnalal</dc:creator>
		<pubDate>Fri, 20 Jan 2012 04:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-75628</guid>
		<description>Hi
can any one know why this error occurs when mysqld is executed....
120120 10:06:15 [Note] Plugin &#039;FEDERATED&#039; is disabled.
C:\MySQL\MySQLServer5.0\bin\mysqld: Table &#039;mysql.plugin&#039; doesn&#039;t exist
120120 10:06:15 [ERROR] Can&#039;t open the mysql.plugin table. Please run mysql_upgrade to create it.
120120 10:06:15  InnoDB: Initializing buffer pool, size = 8.0M
120120 10:06:15  InnoDB: Completed initialization of buffer pool
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
120120 10:06:15  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
120120 10:06:16  InnoDB: Started; log sequence number 0 44233
120120 10:06:51 [Warning] NDB: server id set to zero - changes logged to bin log with server id zero will be logged with another server id by slave mysqlds
120120 10:06:51 [Note] Starting Cluster Binlog Thread
120120 10:06:51 [ERROR] Fatal error: Can&#039;t open and lock privilege tables: Table &#039;mysql.host&#039; doesn&#039;t exist

Pl help
Regards
Krishnalal</description>
		<content:encoded><![CDATA[<p>Hi<br />
can any one know why this error occurs when mysqld is executed&#8230;.<br />
120120 10:06:15 [Note] Plugin &#8216;FEDERATED&#8217; is disabled.<br />
C:\MySQL\MySQLServer5.0\bin\mysqld: Table &#8216;mysql.plugin&#8217; doesn&#8217;t exist<br />
120120 10:06:15 [ERROR] Can&#8217;t open the mysql.plugin table. Please run mysql_upgrade to create it.<br />
120120 10:06:15  InnoDB: Initializing buffer pool, size = 8.0M<br />
120120 10:06:15  InnoDB: Completed initialization of buffer pool<br />
InnoDB: The log sequence number in ibdata files does not match<br />
InnoDB: the log sequence number in the ib_logfiles!<br />
120120 10:06:15  InnoDB: Database was not shut down normally!<br />
InnoDB: Starting crash recovery.<br />
InnoDB: Reading tablespace information from the .ibd files&#8230;<br />
InnoDB: Restoring possible half-written data pages from the doublewrite<br />
InnoDB: buffer&#8230;<br />
120120 10:06:16  InnoDB: Started; log sequence number 0 44233<br />
120120 10:06:51 [Warning] NDB: server id set to zero &#8211; changes logged to bin log with server id zero will be logged with another server id by slave mysqlds<br />
120120 10:06:51 [Note] Starting Cluster Binlog Thread<br />
120120 10:06:51 [ERROR] Fatal error: Can&#8217;t open and lock privilege tables: Table &#8216;mysql.host&#8217; doesn&#8217;t exist</p>
<p>Pl help<br />
Regards<br />
Krishnalal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishnalal</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-74895</link>
		<dc:creator>Krishnalal</dc:creator>
		<pubDate>Tue, 17 Jan 2012 06:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-74895</guid>
		<description>Hi Andrew
Thanks for the help. it worked fine.
Now i am facing another problem, the mysqld is started and then exited when i executed it.
I am having Two Pcs, one pc running management, data and mysqld&#039;s. another pc with a data node.
The following i have done...
C:\MySQL\cluster&gt;mysqld --defaults-file=conf\my1.cnf

C:\MySQL\cluster&gt;mysqld --defaults-file=conf\my2.cnf

C:\MySQL\cluster&gt;ndb_mgm -e show
Connected to Management Server at: localhost:1186
Cluster Configuration
---------------------
[ndbd(NDB)]     2 node(s)
id=2    @172.16.24.70  (mysql-5.1.56 ndb-7.1.18, starting, Nodegroup: 0, Master)

id=3    @172.16.24.77  (mysql-5.1.56 ndb-7.1.18, starting, Nodegroup: 0)

[ndb_mgmd(MGM)] 1 node(s)
id=1    @172.16.24.70  (mysql-5.1.56 ndb-7.1.18)

[mysqld(API)]   3 node(s)
id=4 (not connected, accepting connect from 172.16.24.70)
id=5 (not connected, accepting connect from 172.16.24.70)
id=6 (not connected, accepting connect from 172.16.24.70)
Pls help..
Thanks in Advance
Krishnalal</description>
		<content:encoded><![CDATA[<p>Hi Andrew<br />
Thanks for the help. it worked fine.<br />
Now i am facing another problem, the mysqld is started and then exited when i executed it.<br />
I am having Two Pcs, one pc running management, data and mysqld&#8217;s. another pc with a data node.<br />
The following i have done&#8230;<br />
C:\MySQL\cluster&gt;mysqld &#8211;defaults-file=conf\my1.cnf</p>
<p>C:\MySQL\cluster&gt;mysqld &#8211;defaults-file=conf\my2.cnf</p>
<p>C:\MySQL\cluster&gt;ndb_mgm -e show<br />
Connected to Management Server at: localhost:1186<br />
Cluster Configuration<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ndbd(NDB)]     2 node(s)<br />
id=2    @172.16.24.70  (mysql-5.1.56 ndb-7.1.18, starting, Nodegroup: 0, Master)</p>
<p>id=3    @172.16.24.77  (mysql-5.1.56 ndb-7.1.18, starting, Nodegroup: 0)</p>
<p>[ndb_mgmd(MGM)] 1 node(s)<br />
id=1    @172.16.24.70  (mysql-5.1.56 ndb-7.1.18)</p>
<p>[mysqld(API)]   3 node(s)<br />
id=4 (not connected, accepting connect from 172.16.24.70)<br />
id=5 (not connected, accepting connect from 172.16.24.70)<br />
id=6 (not connected, accepting connect from 172.16.24.70)<br />
Pls help..<br />
Thanks in Advance<br />
Krishnalal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-73864</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 13 Jan 2012 07:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-73864</guid>
		<description>Krishnalal - you are using a mix of &quot;localhost&quot; and real host names or IP addresses in your config.ini file - this isn&#039;t allowed. Replace localhost with the machine&#039;s IP address or 127.0.0.1

Andrew.</description>
		<content:encoded><![CDATA[<p>Krishnalal &#8211; you are using a mix of &#8220;localhost&#8221; and real host names or IP addresses in your config.ini file &#8211; this isn&#8217;t allowed. Replace localhost with the machine&#8217;s IP address or 127.0.0.1</p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishnalal</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-73861</link>
		<dc:creator>Krishnalal</dc:creator>
		<pubDate>Fri, 13 Jan 2012 07:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-73861</guid>
		<description>Hi 
any one know how to correct this error when i run ndb_mgmd by giving host ip in the config.ini file

2012-01-13 12:56:34 [MgmtSrvr] ERROR    -- at line 16: Mixing of localhost (default for [NDBD]HostName) with other hostname(172.16.24.70) is illegal
Thanks in advance
Krishnalal</description>
		<content:encoded><![CDATA[<p>Hi<br />
any one know how to correct this error when i run ndb_mgmd by giving host ip in the config.ini file</p>
<p>2012-01-13 12:56:34 [MgmtSrvr] ERROR    &#8212; at line 16: Mixing of localhost (default for [NDBD]HostName) with other hostname(172.16.24.70) is illegal<br />
Thanks in advance<br />
Krishnalal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-69406</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 27 Dec 2011 07:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-69406</guid>
		<description>Septian,

 As a first step, try following the suggestion and specify the node id as a command line option. 

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Septian,</p>
<p> As a first step, try following the suggestion and specify the node id as a command line option. </p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Septian</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-69053</link>
		<dc:creator>Septian</dc:creator>
		<pubDate>Mon, 26 Dec 2011 01:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-69053</guid>
		<description>what about error when i try this : 
C:\Users\Sav_\MySQL_cluster\my_cluster&gt;start /B ndb_mgmd --initial -f conf/confi
g.ini --configdir=./conf

C:\Users\Sav_\MySQL_cluster\my_cluster&gt;MySQL Cluster Management Server mysql-5.1
.56 ndb-7.1.18
2011-12-26 09:18:29 [MgmtSrvr] ERROR    -- Could not determine which nodeid to u
se for this node. Specify it with --ndb-nodeid= on command line

i&#039;m newbie...</description>
		<content:encoded><![CDATA[<p>what about error when i try this :<br />
C:\Users\Sav_\MySQL_cluster\my_cluster>start /B ndb_mgmd &#8211;initial -f conf/confi<br />
g.ini &#8211;configdir=./conf</p>
<p>C:\Users\Sav_\MySQL_cluster\my_cluster>MySQL Cluster Management Server mysql-5.1<br />
.56 ndb-7.1.18<br />
2011-12-26 09:18:29 [MgmtSrvr] ERROR    &#8212; Could not determine which nodeid to u<br />
se for this node. Specify it with &#8211;ndb-nodeid= on command line</p>
<p>i&#8217;m newbie&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

