Skip to content

Commit e0eb3ed

Browse files
committed
set default my.cnf bind-address to localhost
1 parent 2cb248e commit e0eb3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/mysql/attributes/server.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818
#
1919

20-
default['mysql']['bind_address'] = attribute?('cloud') ? cloud['local_ipv4'] : ipaddress
20+
default['mysql']['bind_address'] = "127.0.0.1"
2121
default['mysql']['port'] = 3306
2222
default['mysql']['nice'] = 0
2323

0 commit comments

Comments
 (0)