Skip to content

Commit 34af1c5

Browse files
committed
Add galera back (to the bottom)
1 parent 7b21203 commit 34af1c5

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

root/defaults/my.cnf

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# This will be passed to all mysql clients
1414
# It has been reported that passwords should be enclosed with ticks/quotes
15-
# escpecially if they contain "#" chars...
15+
# especially if they contain "#" chars...
1616
[client]
1717
port = 3306
1818
socket = /var/run/mysqld/mysqld.sock
@@ -169,7 +169,27 @@ quote-names
169169
max_allowed_packet = 16M
170170

171171
[mysql]
172-
#no-auto-rehash # faster start of mysql but no tab completition
172+
#no-auto-rehash # faster start of mysql but no tab completion
173173

174174
[isamchk]
175175
key_buffer = 16M
176+
177+
#
178+
# * Galera-related settings
179+
#
180+
[galera]
181+
# Mandatory settings
182+
#wsrep_on=ON
183+
#wsrep_provider=
184+
#wsrep_cluster_address=
185+
#binlog_format=row
186+
#default_storage_engine=InnoDB
187+
#innodb_autoinc_lock_mode=2
188+
#
189+
# Allow server to accept connections on all interfaces.
190+
#
191+
#bind-address=0.0.0.0
192+
#
193+
# Optional setting
194+
#wsrep_slave_threads=1
195+
#innodb_flush_log_at_trx_commit=0

0 commit comments

Comments
 (0)