7697633caf
transactional database, combining 99.999% availability with the low TCO of open source. Designed around a distributed, multi-master architecture with no single point of failure, MySQL Cluster scales horizontally on commodity hardware to serve read and write intensive workloads, accessed via SQL and NoSQL interfaces.
15 lines
228 B
INI
15 lines
228 B
INI
[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@
|