mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 16:55:31 +02:00
made an .sh file of ndb-config-2-node.ini instead
support-files/ndb-config-2-node.ini.sh: Rename: support-files/ndb-config-2-node.ini -> support-files/ndb-config-2-node.ini.sh
This commit is contained in:
parent
12a0a21c5e
commit
e244a3a9b4
2 changed files with 6 additions and 3 deletions
43
support-files/ndb-config-2-node.ini.sh
Normal file
43
support-files/ndb-config-2-node.ini.sh
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# Example Ndbcluster storage engine config file.
|
||||
#
|
||||
[ndbd default]
|
||||
NoOfReplicas= 2
|
||||
MaxNoOfConcurrentOperations= 10000
|
||||
DataMemory= 80M
|
||||
IndexMemory= 24M
|
||||
TimeBetweenWatchDogCheck= 30000
|
||||
DataDir= /var/lib/mysql-cluster
|
||||
MaxNoOfOrderedIndexes= 512
|
||||
|
||||
[ndb_mgmd default]
|
||||
DataDir= /var/lib/mysql-cluster
|
||||
|
||||
[ndb_mgmd]
|
||||
Id=1
|
||||
HostName= localhost
|
||||
|
||||
[ndbd]
|
||||
Id= 2
|
||||
HostName= localhost
|
||||
|
||||
[ndbd]
|
||||
Id= 3
|
||||
HostName= localhost
|
||||
|
||||
[mysqld]
|
||||
Id= 4
|
||||
|
||||
[mysqld]
|
||||
Id= 5
|
||||
|
||||
[mysqld]
|
||||
Id= 6
|
||||
|
||||
[mysqld]
|
||||
Id= 7
|
||||
|
||||
# choose an unused port number
|
||||
# in this configuration 63132, 63133, and 63134
|
||||
# will be used
|
||||
[tcp default]
|
||||
PortNumber= 63132
|
||||
Loading…
Add table
Add a link
Reference in a new issue