File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
# This will be passed to all mysql clients
14
14
# It has been reported that passwords should be enclosed with ticks/quotes
15
- # escpecially if they contain "#" chars...
15
+ # especially if they contain "#" chars...
16
16
[client]
17
17
port = 3306
18
18
socket = /var/run/mysqld/mysqld.sock
@@ -169,7 +169,27 @@ quote-names
169
169
max_allowed_packet = 16M
170
170
171
171
[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
173
173
174
174
[isamchk]
175
175
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
You can’t perform that action at this time.
0 commit comments