Skip to content

Instantly share code, notes, and snippets.

@sdemircan

sdemircan/my.cnf Secret

Created August 21, 2015 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdemircan/f9d230d32700b86564fd to your computer and use it in GitHub Desktop.
Save sdemircan/f9d230d32700b86564fd to your computer and use it in GitHub Desktop.
[mysqld]
ndbcluster
default-storage-engine=ndbcluster
ndb-cluster-connection-pool=32
ndb-autoincrement-prefetch-sz=2048
max_connections=2048
max_allowed_packet=16M
thread_cache_size=1024
table_open_cache=512
server-id=3
log_bin=1
[mysql_cluster]
ndb-connectstring=192.168.141.160,192.168.141.170
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment