pkgsrc/databases/mysql-cluster/files/my-cluster.cnf
jnemeth 7697633caf MySQL Cluster is a highly scalable, real-time, ACID-compliant
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.
2014-12-01 05:57:48 +00:00

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@