config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/ndbcluster/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/ndbcluster/my.cnf

!include include/default_mysqld.cnf
!include include/default_ndbd.cnf

#
# Define small two node cluster with only one mysqld
# (this allows running tests even without global schema lock)
#
[cluster_config.1]
ndbd=,
ndb_mgmd=
mysqld=
ndbapi=,,

[mysqld]
# Make all mysqlds use ndbcluster
ndbcluster
ndb-wait-connected=30
ndb-wait-setup=120
ndb-extra-logging=99

[ENV]
NDB_CONNECTSTRING=             @mysql_cluster.1.ndb_connectstring


Man Man