You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
589 B

21 years ago
  1. # Example Ndbcluster storage engine config file.
  2. #
  3. [ndbd default]
  4. NoOfReplicas= 2
  5. MaxNoOfConcurrentOperations= 10000
  6. DataMemory= 80M
  7. IndexMemory= 24M
  8. TimeBetweenWatchDogCheck= 30000
  9. DataDir= /var/lib/mysql-cluster
  10. MaxNoOfOrderedIndexes= 512
  11. [ndb_mgmd default]
  12. DataDir= /var/lib/mysql-cluster
  13. [ndb_mgmd]
  14. Id=1
  15. HostName= localhost
  16. [ndbd]
  17. Id= 2
  18. HostName= localhost
  19. [ndbd]
  20. Id= 3
  21. HostName= localhost
  22. [mysqld]
  23. Id= 4
  24. [mysqld]
  25. Id= 5
  26. [mysqld]
  27. Id= 6
  28. [mysqld]
  29. Id= 7
  30. # choose an unused port number
  31. # in this configuration 63132, 63133, and 63134
  32. # will be used
  33. [tcp default]
  34. PortNumber= 63132