![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
I have set up a MySQL-Cluster: two nodes, two management servers, two hosts: ndb_mgmd.cnf: |
|
my.1.cnf (relevant parts): ----- [mysqld] ndb-nodeid = 51 server-id = 51 ndb-cluster |
|
ndb-connectstring = 192.168.180.44 [mysql_cluster] ndb-connectstring = 192.168.180.44 |
|
looks all fine, but the mysqlds are not connecting to the management nodes. Any idea why? |
#3
| |||
| |||
|
|
Moin, you are aware of de.comp.datenbanken.mysql? Thomas Schweikle <tps (AT) vr-web (DOT) de> wrote: I have set up a MySQL-Cluster: two nodes, two management servers, two hosts: ndb_mgmd.cnf: snip Looks good. my.1.cnf (relevant parts): ----- [mysqld] ndb-nodeid = 51 server-id = 51 ndb-cluster Should that not be "ndbcluster" (without the dash)? ndb-connectstring = 192.168.180.44 [mysql_cluster] ndb-connectstring = 192.168.180.44 No need to set the node-id here, because there is only one ndbd to be running on each machine. And you need to set the connect string only once, typically in the [mysql_cluster] section. looks all fine, but the mysqlds are not connecting to the management nodes. Any idea why? Correct the above. If it still not works, check the error log of the mysqld nodes. And the cluster log written by the mgmd nodes. |
#4
| |||
| |||
|
|
Am 16.02.2011 15:53, schrieb Axel Schwenke: my.1.cnf (relevant parts): ----- [mysqld] ndb-nodeid = 51 server-id = 51 ndb-cluster Should that not be "ndbcluster" (without the dash)? After searching around I've found plugin "ndbcluster" to be disabled. I tried to restart mysql giving "--plugin-install ndbcluster" or "--plugin-install ndbcluster" but with no success. Any idea how I can enable this compiled in plugin? |
![]() |
| Thread Tools | |
| Display Modes | |
| |