<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Dec 31, 2016 at 1:51 PM,  <span dir="ltr"><<a href="mailto:jeff@lotussevencars.com" target="_blank">jeff@lotussevencars.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Quoting Karl Newman <<a href="mailto:newmank1@asme.org" target="_blank">newmank1@asme.org</a>>:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On Sat, Dec 31, 2016 at 11:52 AM, <<a href="mailto:jeff@lotussevencars.com" target="_blank">jeff@lotussevencars.com</a>> wrote:<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
It's a change made in MySQL 5.7. The short answer is use<br>
"authentication_string" instead of "password". See here:<br>
<a href="http://stackoverflow.com/questions/30692812/mysql-user-db-does-not-have-password-columns-installing-mysql-on-osx" rel="noreferrer" target="_blank">http://stackoverflow.com/quest<wbr>ions/30692812/mysql-user-db-<wbr>does-not-have-password-columns<wbr>-installing-mysql-on-osx</a><br>
Or even better, use the ALTER USER function. That appears to be the more<br>
"approved" way of doing it and doesn't involve directly modifying the user<br>
tables.<br>
<br>
Karl<br>
</blockquote>
<br>
Thanks - that moved me forward.  I was able to change the authentication string by following the instructions in your link, and it appears that my system is a little happier.  The mythbackend setup window no longer fails, and I'm back to my regular visual theme on the setup windows, implying that my system can access mysql.<br>
<br>
Starting mythbackend still gives me an error on connecting to the database (presumably a permission problem with accessing mythconverg?).  Is there a second password that I need to set before the backend can connect to the database?<br>
<br></blockquote>Search your system for config.xml. Depending on how your distro sets it up, it might be in /etc/mythtv or (most commonly) /home/mythtv/.mythtv  (or whatever user is starting mythbackend). Make sure you're using the correct one and that the password in it matches what you set in mysql.<br><br></div><div class="gmail_quote">Karl<br></div></div></div>