You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing on a new node and it's installing 5.6 and the template in this role for my.cnf has table_cache which is no longer supported and prevents mysqld from starting up. It's now table_open_cache for >= 5.6.
Since the standard my.cnf file from apt includes all files in /etc/mysql/conf.d/*, why don't we move the settings from my.cnf in the template file into an override that goes in /etc/mysql/conf.d/? Then do a version comparison or conditional include based on the mysql version and add mysql_version as a setting with the role.
Truncated output from running sudo mysqld --verbose:
Installing on a new node and it's installing 5.6 and the template in this role for my.cnf has
table_cache
which is no longer supported and prevents mysqld from starting up. It's nowtable_open_cache
for >= 5.6.MySQL ticket: http://bugs.mysql.com/bug.php?id=68315
Since the standard my.cnf file from apt includes all files in /etc/mysql/conf.d/*, why don't we move the settings from my.cnf in the template file into an override that goes in /etc/mysql/conf.d/? Then do a version comparison or conditional include based on the mysql version and add
mysql_version
as a setting with the role.Truncated output from running
sudo mysqld --verbose
:The text was updated successfully, but these errors were encountered: