We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb248e commit e0eb3edCopy full SHA for e0eb3ed
cookbooks/mysql/attributes/server.rb
@@ -17,7 +17,7 @@
17
# limitations under the License.
18
#
19
20
-default['mysql']['bind_address'] = attribute?('cloud') ? cloud['local_ipv4'] : ipaddress
+default['mysql']['bind_address'] = "127.0.0.1"
21
default['mysql']['port'] = 3306
22
default['mysql']['nice'] = 0
23
0 commit comments