Created
June 20, 2025 18:58
-
-
Save mazdel/1bd8ad94efacff914ace46a0bc4026b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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