Skip to content

Instantly share code, notes, and snippets.

@mazdel
Created June 20, 2025 18:58
Show Gist options
  • Select an option

  • Save mazdel/1bd8ad94efacff914ace46a0bc4026b8 to your computer and use it in GitHub Desktop.

Select an option

Save mazdel/1bd8ad94efacff914ace46a0bc4026b8 to your computer and use it in GitHub Desktop.
[mysqld]
ndbcluster
ndb-connectstring=172.16.3.11,172.16.3.12
user=mysql
default_storage_engine=ndbcluster
ndb-wait-setup=300
# MySQL ttl setting
wait_timeout=600
interactive_timeout=600
net_read_timeout=60
net_write_timeout=60
[mysql_cluster]
ndb-connectstring=172.16.3.11,172.16.3.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment