Skip to content

Commit 3e043b3

Browse files
author
Nirbhay Choubey
committed
MDEV-8991: bind-address appears twice in default my.cnf
Add comment about bind-address mentioned under galera section.
1 parent 81d3584 commit 3e043b3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

debian/additions/my.cnf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ innodb_flush_method = O_DIRECT
162162
#binlog_format=row
163163
#default_storage_engine=InnoDB
164164
#innodb_autoinc_lock_mode=2
165+
#
166+
# Allow server to accept connections on all interfaces.
167+
#
165168
#bind-address=0.0.0.0
166169
#
167170
# Optional setting

support-files/rpm/server.cnf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#binlog_format=row
2323
#default_storage_engine=InnoDB
2424
#innodb_autoinc_lock_mode=2
25+
#
26+
# Allow server to accept connections on all interfaces.
27+
#
2528
#bind-address=0.0.0.0
2629
#
2730
# Optional setting

0 commit comments

Comments
 (0)