summaryrefslogtreecommitdiff
path: root/databases/mysql-cluster/files/my-cluster.cnf
blob: c5135349aeaa3778b5758713d95171413efed0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[mysqld]
ndbcluster
bind-address=@INTERNAL_IP@
ndb-connectstring=

[ndbd]
bind-address=@INTERNAL_IP@
ndb-connectstring=

[ndb_mgmd]
configdir=@VARBASE@/mysql
bind-address=@INTERNAL_IP@

[ndb_mgm]
ndb-connectstring=@INTERNAL_IP@