Skip to content

Instantly share code, notes, and snippets.

@wwwted
Created February 25, 2021 10:17
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 wwwted/0b32018fbf7a4cd1605095bceab532f5 to your computer and use it in GitHub Desktop.
Save wwwted/0b32018fbf7a4cd1605095bceab532f5 to your computer and use it in GitHub Desktop.
MySQL configuration for InnoDB cluster sandbox
[mysqld]
port=3311
mysqlx_port=33110
socket=/home/ted/sandboxes/cluster/node1/mysql.sock
mysqlx_socket=/home/ted/sandboxes/cluster/node1/mysqlx.sock
basedir=/home/ted/src/mysql-8.0.23-linux-glibc2.12-x86_64/
datadir=/home/ted/sandboxes/cluster/node1/data
server-id=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment