<p dir="ltr"><br>
On Dec 14, 2015 2:19 PM, "Thomas Mashos" <<a href="mailto:thomas@mashos.com">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">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>
> 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">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>