[MYSQLD] user=mysql datadir=/var/lib/mysql-cluster pid-file=mysqld.pid socket=/var/lib/mysql-cluster/mysql.sock port=3306 #init-connect='SET NAMES utf8;SET autocommit=0' init-connect='SET NAMES utf8' ndb-cluster-connection-pool=1 ndbcluster ndb-connectstring=192.168.20.10,192.168.20.11 ndb-force-send=1 ndb-use-exact-count=0 ndb-extra-logging=1 ndb-autoincrement-prefetch-sz=1 engine-condition-pushdown=1 #REPLICATION SPECIFIC - GENERAL #server-id must be unique across all mysql servers participating in replication. server-id=1 #REPLICATION SPECIFIC - MASTER log-bin=/var/lib/mysql-cluster/mysql-replication-bin.log binlog-do-db=getplaylists expire_logs_days=3 #LOGS log-err=error.log #log=queries.log #log-slow-queries=slow_queries.log #OTHER THINGS, BUFFERS ETC key_buffer = 512M max_allowed_packet = 16M sort_buffer_size = 4M read_buffer_size = 256K read_rnd_buffer_size = 4M thread_cache_size=1024 myisam_sort_buffer_size = 8M memlock sysdate_is_now max-connections=200 thread-cache-size=200 query-cache-type = 0 query-cache-size = 0 table-open_cache=1024 table-cache=512 lower-case-table-names=0 innodb_buffer_pool_size=256M innodb_log_buffer_size=8M innodb_log_file_size=80M innodb_flush_log_at_trx_commit=2 innodb_flush_method=O_DIRECT innodb_log_buffer_size=8M innodb_file_per_table=1 open-files-limit=65535 max_heap_table_size=64M tmp_table_size=64M [MYSQL] socket=/var/lib/mysql-cluster/mysql.sock [mysql_cluster] ndb-connectstring=192.168.20.10,192.168.20.11 [ndb_mgmd] configdir=/var/lib/mysql-cluster