Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This was failing for my on 16.04 #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,3 @@
state={{item.value.state | default('present')}}
target={{item.value.target | default()}}
with_dict: mysql_dbs | default({})

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