Skip to content

Commit 80521e1

Browse files
luishdezhunner
authored andcommitted
Add posiblity to UNSET bind-address
1 parent 606e7c5 commit 80521e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/my.cnf.erb

+4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ basedir = <%= basedir %>
1313
datadir = <%= datadir %>
1414
tmpdir = /tmp
1515
skip-external-locking
16+
17+
<% if bind_address != 'UNSET' %>
1618
bind-address = <%= bind_address %>
19+
<% end %>
20+
1721
key_buffer = 16M
1822
max_allowed_packet = 16M
1923
thread_stack = 192K

0 commit comments

Comments
 (0)