MySQL Forums
Forum List  »  NDB clusters

Re: mysql 4.1.10 Cluster Setup
Posted by: Wai Boon Ng
Date: February 21, 2005 03:10AM

my.cnf

[mysqld]
ndbcluster

[mysql_cluster]
ndb-connectstring=10.8.1.74

i got the message below from the .err file in /usr/local/mysql/data/DB01.err (where DB01 is my server name)

==========================================================
050221 17:05:40 mysqld started
050221 17:05:40 [Warning] this binary does not contain NDBCLUSTER storage engine
050221 17:05:40 InnoDB: Started; log sequence number 0 43676
/usr/local/mysql/bin/mysqld: ready for connections.
Version: '4.1.10-standard' socket: '/tmp/mysql.sock' port: 3306 MySQL Communi
ty Edition - Standard (GPL)
==========================================================

even the mysqld is started from the ndb_mgm console i couldn't see any of the servers .

============================================================

ndb_mgm> show
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 (not connected, accepting connect from 10.8.1.72)
id=3 (not connected, accepting connect from 10.8.1.73)

[ndb_mgmd(MGM)] 1 node(s)
id=1 @10.8.1.74 (Version: 4.1.10)

[mysqld(API)] 2 node(s)
id=4 (not connected, accepting connect from any host)
id=5 (not connected, accepting connect from any host)

Options: ReplyQuote


Subject
Views
Written By
Posted
3187
February 21, 2005 02:21AM
2102
February 21, 2005 02:24AM
Re: mysql 4.1.10 Cluster Setup
2180
February 21, 2005 03:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.