Skip to content

Commit c776e66

Browse files
author
Branan Purvine-Riley
committed
Merge pull request #106 from hunner/add_bind-address_unset
Add bind address unset
2 parents 796e25b + 036b978 commit c776e66

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 %>
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)