Skip to content

Commit

Permalink
This was failing on 16.04 on mysql 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyoconnor committed Sep 16, 2016
1 parent 2f2a5a6 commit 3d17167
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/my.cnf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lc-messages-dir = /usr/share/mysql
skip-external-locking
default-storage-engine = {{mysql_default_storage_engine}}
#
# * Lang Settings
# * Lang Settings
#
collation-server = {{mysql_collation_default}}
character-set-server = {{mysql_encoding_default}}
Expand All @@ -54,13 +54,13 @@ bind-address = {{mysql_bind_address}}
#
# * Fine Tuning
#
key_buffer = 16M
key_buffer_size = 16M
max_allowed_packet = {{mysql_max_allowed_packet}}
thread_stack = 192K
thread_cache_size = 8
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
myisam-recover-options = BACKUP
#max_connections = 100
#table_cache = 64
#thread_concurrency = 10
Expand Down Expand Up @@ -124,7 +124,7 @@ max_allowed_packet = 16M
#no-auto-rehash # faster start of mysql but no tab completition

[isamchk]
key_buffer = 16M
key_buffer_size = 16M

#
# * IMPORTANT: Additional settings that can override those from this file!
Expand Down

0 comments on commit 3d17167

Please sign in to comment.