<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 14, 2015 at 4:32 PM, Thomas Mashos <span dir="ltr"><<a href="mailto:thomas@mashos.com" target="_blank">thomas@mashos.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"><div dir="ltr"><br><br><div class="gmail_quote"><div><div class="h5"><div dir="ltr">On Mon, Dec 14, 2015 at 1:10 PM Ian Evans <<a href="mailto:dheianevans@gmail.com" target="_blank">dheianevans@gmail.com</a>> wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="h5"><p dir="ltr"><br>
On Dec 14, 2015 2:19 PM, "Thomas Mashos" <<a href="mailto:thomas@mashos.com" target="_blank">thomas@mashos.com</a>> wrote:<br>
><br>
><br>
><br>
> On Mon, Dec 14, 2015 at 9:06 AM Ian Evans <<a href="mailto:dheianevans@gmail.com" target="_blank">dheianevans@gmail.com</a>> wrote:</p>
<p dir="ltr">>><br>
>> So mysql's running but were not getting a connection. Never seen this happen in a reboot before. What should I be checking next?<br>
>><br>
>> <br>
><br></p><p dir="ltr">
> What distro are you running? <br>
><br>
> The issue is that your mssql server is only listening on 127.0.0.1 and your backend is trying to connect to it on 192.168.1.145. You need to either tell your backend to connect to 127.0.0.1 (assuming both are on the same box) or tell mysql to listen on the other interface (or all interfaces).<br>
> -- </p><p dir="ltr"></p>
<p dir="ltr">Running Mythbuntu. I looked and yes the my.cnf was binding to 127.0.0.1 which is weird because I have ALWAYS had the frontend config set to the boxes IP address since 2011. Anything in the upgrade that could have changed it? </p></div></div>We don't change my.cnf, we actually change a file in /etc/mysql/conf.d/mythtv.cnf. What does it say in there? Did you get any mysql updates at the same time?<br><br></blockquote></div></div></blockquote><div><br></div><div>the mythtv.cnf:<br><br>[mysqld]<br>#bind-address=0.0.0.0<br>max_connections=250<br><br></div><div>Can't remember if there were mysql updates. Is there a log that shows the last update in Ubuntu? <br></div></div><br></div></div>