Comment 2 for bug 1612329

Revision history for this message
Lars Tangvald (lars-tangvald) wrote :

Thanks for the report!

Found this in the terminal log:
ERROR: Unable to start MySQL server:
2016-08-11T16:01:45.008695Z 0 [ERROR] unknown variable 'table_cache=128'

This option was deprecated in 5.1 (removed in 5.6) in favor of table_open_cache, so simply renaming it in your config file should fix the problem. It's in the /etc/mysql/conf.d/mythtv-tweaks.cnf file.

For reference:
http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html