Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

MySQL Cluster profile

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

MySQL Cluster Configuration File [@more@]

1. Management node

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

Start Management Node Command

bin/ndb_mgmd -f conf/config.ini --configdir=/u01/mysql-cluster --reload

Stop Management Node and Data Node Command

bin/ndb_mgm --defaults-file=my.cnf -e shutdown

Manage node management commands

bin/ndb_mgm --defaults-file=my.cnf

2. Data nodes

my.cnf

[mysql_cluster]

ndb-connectstring=localhost:1185

Start Data Node Command

bin/ndbd --defaults-file=my.cnf

SQL node 1

my1.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

Start SQL node command

bin/mysqld --defaults-file=conf/my1.cnf --user=mysql &

Stop SQL Node Command

bin/mysqladmin -Sdata/data1/mysql.sock shutdown

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report