We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a04038e + 4b900ec commit d41dbfdCopy full SHA for d41dbfd
templates/my.cnf.erb
@@ -22,7 +22,7 @@ bind-address = <%= @bind_address %>
22
<% end %>
23
24
key_buffer = 16M
25
-max_allowed_packet = <%= max_allowed_packet %>
+max_allowed_packet = <%= @max_allowed_packet %>
26
thread_stack = 192K
27
thread_cache_size = 8
28
myisam-recover = BACKUP
@@ -45,7 +45,7 @@ ssl-key = <%= @ssl_key %>
45
[mysqldump]
46
quick
47
quote-names
48
49
[mysql]
50
[isamchk]
51
0 commit comments