<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 07/16/2016 03:27 PM, Steve Greene
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJMGAo=oiiidbuFdXAtpURiL+b==K1C6n5c2z6wJ-wYxhqVV1g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>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). <br>
            <br>
            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?<br>
            <br>
          </div>
          Thanks in advance for your assistance.<br>
          <br>
        </div>
        Steve<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    If you are having problems connecting to the database, this is what
    you need to do<br>
    <br>
    sudo vi /etc/mysql/my.cnf<br>
    OR<br>
    sudo vi /etc/mysql/mysql.conf.d/mysqld.cnf<br>
    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<br>
    bind-address = 127.0.0.1<br>
    and comment it out.<br>
    <br>
    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.<br>
    <br>
    <br>
  </body>
</html>