Guest User

config.ini

a guest
May 24th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. [ndbd default]
  2. NoOfReplicas=2
  3. DataMemory=80M
  4. IndexMemory=18M
  5.  
  6. [tcp default]
  7. portnumber=2202
  8. SendBufferMemory=2M
  9. ReceiveBufferMemory=2M
  10.  
  11. [ndb_mgmd]
  12. hostname=x.x.x.50
  13. NodeId=1
  14.  
  15. [ndbd]
  16. hostname=x.x.x.51
  17. NodeId=2
  18. datadir=/usr/local/mysql/data
  19.  
  20. [ndbd]
  21. hostname=x.x.x.52
  22. NodeId=3
  23. datadir=/usr/local/mysql/data
  24.  
  25. [mysqld]
  26. hostname=x.x.x.51
  27. NodeId=4
  28.  
  29. [mysqld]
  30. hostname=x.x.x.52
  31. NodeId=5
Advertisement
Add Comment
Please, Sign In to add comment