[mythtv-users] 0.28 upgrade issue frontend connection

Peter Bennett cats22 at comcast.net
Sat Jul 16 20:11:31 UTC 2016


On 07/16/2016 03:27 PM, Steve Greene wrote:
> Since upgrading to 0.28 and Mint 18, my local frontend connects to
> "localhost" but not the IP address of the MBE (which is local).
>
> mysql -h"my_IP_ADDR" -u myth -p will fail, but mysql -umythtv -p will
> connect. Do I have to add the IP address to one of the tables in
> mythconverg?
>
> Thanks in advance for your assistance.
>
> Steve
>
>

If you are having problems connecting to the database, this is what you
need to do

sudo vi /etc/mysql/my.cnf
OR
sudo vi /etc/mysql/mysql.conf.d/mysqld.cnf
Out-of-the-box, MySQL only allows connections from the localhost
identified by the IP Address of 127.0.0.1.  We need to remove that
restriction, so find the line that says
bind-address = 127.0.0.1
and comment it out.

If you are having trouble connecting to the master backend, you need to
make sure its actual ip address, not 127.0.0.1, is specified in the
mythtv setup on the backend.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20160716/ff232685/attachment.html>


More information about the mythtv-users mailing list