MySQL Forums
Forum List  »  NDB clusters

Why my output include "mysqld(API)" ?
Posted by: zhang zuo
Date: August 28, 2005 12:15AM

I have 4.1.14 mysql package,and I finished a cluster as mysql reference manual.

use ndb_mgm
then input show command.

ndb_mgm> show
Connected to Management Server at: localhost:1186
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 @192.168.0.192 (Version: 4.1.14, Nodegroup: 0, Master)
id=3 @192.168.0.251 (Version: 4.1.14, Nodegroup: 0)

[ndb_mgmd(MGM)] 1 node(s)
id=1 @192.168.0.25 (Version: 4.1.14)

[mysqld(API)] 4 node(s)
id=4 @192.168.0.33 (Version: 4.1.14)


but as manual said,

"Note: If you are using an older version of MySQL, you may see the SQL node referenced as ‘[mysqld(API)]’. This reflects an older usage which is now deprecated. "

Why my output include "mysqld(API)" ? I used an newer version.

Options: ReplyQuote


Subject
Views
Written By
Posted
Why my output include "mysqld(API)" ?
2353
August 28, 2005 12:15AM


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.