|
|||||||||||
|
MySQL client not connecting to management server?
From: Jake Conk <jake.conk(at)gmail.com>
Date: Wed Sep 26 2007 - 02:14:24 EDT
I downloaded and installed the following rpms from the downloads page: MySQL-server-5.0.45-0.glibc23.x86_64 maxdb-ind-7.6.0.37-1.x86_64 maxdb-srv76-7.6.0.37-1.x86_64 MySQL-client-5.0.45-0.glibc23.x86_64 MySQL-ndb-storage-5.0.45-0.glibc23.x86_64 MySQL-ndb-management-5.0.45-0.glibc23.x86_64 MySQL-ndb-tools-5.0.45-0.glibc23.x86_64 MySQL-ndb-extra-5.0.45-0.glibc23.x86_64 I have my management node setup to allow connections from 192.168.10.20 and when I run ndb_mgm -e show I see it expecting them:
# ndb_mgm -e show
[ndbd(NDB)] 2 node(s) id=2 @192.168.20.30 (Version: 5.0.45, starting, Nodegroup: 0) id=3 (not connected, accepting connect from 192.168.20.40) [ndb_mgmd(MGM)] 1 node(s) [mysqld(API)] 4 node(s) id=4 (not connected, accepting connect from 192.168.20.10) id=5 (not connected, accepting connect from 192.168.20.20) id=6 (not connected, accepting connect from 192.168.20.30) id=7 (not connected, accepting connect from 192.168.20.40) I have the following added in my my.cnf on the client nodes: [mysqld] ndbcluster # run NDB enginendb-connectstring=192.168.20.1 # locataion of MGM node [mysql_cluster] ndb-connectstring=192.168.20.1 # location of MGM node I started my data nodes with ndbd. I'll then just try to start up mysqld with rcmysql and the client node won't show that its connected with the management node. What am I missing to get my mysql client to connect to the management node?
Thanks,
-- MySQL Cluster Mailing List For list archives: http://lists.mysql.com/cluster To unsubscribe: http://lists.mysql.com/cluster?unsub=lists@pantek.comReceived on Wed Sep 26 02:14:40 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:15:15 EDT |
||||||||||
|
|||||||||||