<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 11, 2017 at 6:49 PM, Stephen Worthington <span dir="ltr"><<a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, 11 Dec 2017 15:23:43 -0600, you wrote:<br>
<br>
>The upgrade process to 16.04 breaks mysql. You'll need to do a MySQL 5.5<br>
>to 5.6 update first.<br>
>Gerald<br>
<br>
</span>No, it does not break MySQL.  MySQL works just fine as do upgrades<br>
from 5.5 to 5.6.  There is one setting in the /etc/mysql config files<br>
which long ago had its name changed and needs to be renamed right now<br>
by anyone who has not already done it.  It is likely to be present if<br>
you used Mythbuntu Control Center to set up the database optimisation<br>
settings.<br>
<br>
So, right now, anyone who is reading this should check all the files<br>
under /etc/mysql for all lines like this:<br>
<br>
table_cache = 128<br>

and rename that option to:<br>

table_open_cache = 128<br></blockquote><div><br></div><div>I ran into that just last week, and that's all it was.<br><br></div><div>As this is a teachable moment, can anyone share a command line to search the filesystem (or a recursive folder search) for files containing a specific text string like "table_cache"?<br><br><br></div></div></div></div>