1、管理节点config.ini[tcp default]
SendBufferMemory=2M
ReceiveBufferMemory=2M
[ndb_mgmd default]
PortNumber=1185
DataDir=/u01/mysql-cluster/data/ndb_mgmd
[ndb_mgmd]
id = 1
hostname=localhost
[ndbd default]
NoOfReplicas=2
#DataDir=/u01/mysql-cluster/data/ndbd
[ndbd]
hostname=localhost
id=2
DataDir=/u01/mysql-cluster/data/ndbd1
[ndbd]
hostname=localhost
id=3
DataDir=/u01/mysql-cluster/data/ndbd2
[mysqld]
id=4
hostname=localhost
[mysqld]
id=5
hostname=localhost
[mysqld]
id=6
hostname=localhost启动管理节点命令bin/ndb_mgmd -f conf/config.ini –configdir=/u01/mysql-cluster –reload停止管理节点和数据节点命令bin/ndb_mgm –defaults-file=my.cnf -e shutdown管理节点管理命令bin/ndb_mgm –defaults-file=my.cnf2、数据节点my.cnf[mysql_cluster]
ndb-connectstring=localhost:1185启动数据节点命令开发云主机域名bin/ndbd –defaults-file=my.cnf3、SQL节点1my1.cnf[mysqld]
ndb-nodeid=4
ndbcluster=true
ndb-connectstring=localhost:1185
default-character-set=utf8
default_table_type=ndb
datadir=/u01/mysql-cluster/data/data1
basedir=/u01/mysql-cluster
port=9306
socket=mysql.sock
server-id=1
log-bin=mysql-bin
log-error启动SQL节点命令bin/mysqld –defaults-file=conf/my1.cnf –user=mysql &停止SQL节点命令bin/mysqladmin -Sdata/data1/mysql.sock shutdown
详细的部署信息请参考官方文档:https://www.percona.com/doc/percona-monitoring-and-management/deploy/server/docker.setting-up.html#pmm-server-docke…
免责声明:本站发布的图片视频文字,以转载和分享为主,文章观点不代表本站立场,本站不承担相关法律责任;如果涉及侵权请联系邮箱:360163164@qq.com举报,并提供相关证据,经查实将立刻删除涉嫌侵权内容。