<div dir="ltr">On Mon, Jan 8, 2018 at 9:27 PM, Jim Abernathy <span dir="ltr"><<a href="mailto:jfabernathy@outlook.com" target="_blank">jfabernathy@outlook.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;line-break:after-white-space">
<br>
<div><span class=""><br>
<blockquote type="cite">
<div>On Jan 8, 2018, at 10:13 PM, Bill Meek <<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>> wrote:</div>
<br class="m_3673644970117524579Apple-interchange-newline">
<div>
<div>On 01/08/2018 09:05 PM, Jim Abernathy wrote:<br>
<blockquote type="cite">I trimmed most of the previous text.<br>
I went to <a href="http://mariadb.com" target="_blank">mariadb.com</a><<a href="http://mariadb.com" target="_blank">http://mariadb.com</a><wbr>> and looked into Configuring for remote Client access. They say:<br>
* MariaDB is bound to the loopback interface by default because it makes it impossible to connect to the TCP port on the server from a remote host (the bind-address must refer to a local IP address, or you will receive a fatal error and MariaDB will not
start). This of course is not desirable if you want to use the TCP port from a remote host, so you must remove this bind-address directive (MariaDB only supports one bind-address, but binds to 0.0.0.0, or :: (every IP) if the bind-address directive is left
out).<br>
This tells me that either of these 2 statements are the same:<br>
bind-address=::<br>
#bind-address=::<br>
So not sure why it didn’t work after mythtv install because they set it to the 2nd statement.<br>
</blockquote>
<br>
Because it is set in another file (follow the includedirs in the previous post.)<br>
<br>
Or, do this: grep -r bind-address /etc/mysql and, at least on my box,<br>
there are two other instances setting it to the 127.... address. These<br>
files are parsed before mythtv.cnf.<br>
<br>
-- <br>
Bill<br>
</div>
</div>
</blockquote>
<div><br>
</div></span>
I think I see the problem:</div>
<div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures;color:#32bb25"><b>jim@mythbuntu</b></span><span style="font-variant-ligatures:no-common-ligatures">:</span><span style="font-variant-ligatures:no-common-ligatures;color:#522fe0"><b>~</b></span><span style="font-variant-ligatures:no-common-ligatures">$
sudo grep -r bind-address /etc/mysql </span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures">/etc/mysql/mariadb.conf.d/50-<wbr>server.cnf:bind-address<span class="m_3673644970117524579Apple-tab-span" style="white-space:pre-wrap">
</span>= 127.0.0.1</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures">/etc/mysql/conf.d/mythtv.cnf:#<wbr>bind-address=::</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(50,187,37);background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures"><b>jim@mythbuntu</b></span><span style="font-variant-ligatures:no-common-ligatures;color:#000000">:</span><span style="font-variant-ligatures:no-common-ligatures;color:#522fe0"><b>~</b></span><span style="font-variant-ligatures:no-common-ligatures;color:#000000">$ </span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(50,187,37);background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures;color:#000000">I think it chases the conf.d directory with the mythtv.cnf before it goes to mariadb.conf.d where ther is a bind-address=127.0.0.1</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(50,187,37);background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures;color:#000000"><br>
</span></div>
<div style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(50,187,37);background-color:rgb(253,253,253)">
<span style="font-variant-ligatures:no-common-ligatures;color:#000000">So I need to move the mythtv.cnf to mariadb.conf.d because it would be last in the list so that would fix it. I’ll test that tomorrow.</span></div><span class=""></span><br></div></div></blockquote></div></div><div class="gmail_extra">No, just remove the hash mark from the beginning of the line in mythtv.conf and it should work.<br></div></div>