<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 9 January 2018 at 11:17, Jim Abernathy <span dir="ltr"><<a href="mailto:jfabernathy@outlook.com" target="_blank">jfabernathy@outlook.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 class="gmail-HOEnZb"><div class="gmail-h5"><br>
<br>
On 01/08/2018 08:08 PM, Jim Abernathy wrote:<br>
><br>
> On 01/08/2018 07:51 PM, Bill Meek wrote:<br>
>> On 01/08/2018 06:40 PM, Jim Abernathy wrote:<br>
>><br>
>> ...<br>
>><br>
>>> In my mythtv v29 installed mariadb and put a file called mythtv.cnf in<br>
>>> /etc/mysql/conf.d. That file only had:<br>
>>> [mysqld]<br>
>>> #bind-address=::<br>
>>> max_connections=100<br>
>> Right, mariadb is a bit different. Edit the file above and uncomment<br>
>> the bind-address line.<br>
>><br>
>> Or, if you want to follow things you'll see the 2 includes<br>
>> below and that's the order they're read. You have to read<br>
>> each file in each directory to really see what's happening.<br>
>><br>
>> cat /etc/mysql/my.cnf<br>
>><br>
>> ...<br>
>><br>
>> # Import all .cnf files from configuration directory<br>
>> !includedir /etc/mysql/conf.d/.<br>
>> !includedir /etc/mysql/mariadb.conf.d/<br>
>><br>
>> cat /etc/mysql/mariadb.conf.d/<wbr>mythtv.cnf<br>
>> [mysqld]<br>
>> bind-address=::<br>
>> max_connections = 100<br>
>> table_open_cache = 128<br>
>><br>
> so I made my mythtv.cnf have the bind-address=:: and restarted mysql.<br>
> but no change. I even uninstalled mythtv-frontend and reinstalled.<br>
><br>
> I think it can't build the config.xml files because it can't open the<br>
> database for the mythtv BE it found via UPNP. seems that's what it's<br>
> saying the --verbose console<br>
><br>
> Jim A<br>
</div></div>some of the log<br>
2018-01-08 20:15:04.948759 E [DBManager0] Unable to connect to database!<br>
2018-01-08 20:15:04.948770 E Driver error was [1/2003]:<br>
QMYSQL: Unable to connect<br>
Database error was:<br>
Can't connect to MySQL server on '192.168.0.250' (111)<br>
<br>
2018-01-08 20:15:04.957303 E MythFontProperties: Failed to load 'Droid<br>
Sans', got 'DejaVu Sans' instead<br>
Location:<br>
/usr/share/mythtv/themes/<wbr>MythCenter-wide/keyboard/<wbr>keyboard.xml @ 7<br>
Name: 'key' Type: 'fontdef'<br>
2018-01-08 20:15:04.996621 N Loading definitions from:<br>
/usr/share/mythtv/themes/<wbr>default/keyboard/en_us.xml<br>
2018-01-08 20:15:17.342719 I Start up testing connections. DB<br>
192.168.0.250, BE , attempt 0, status dbAwake<br>
2018-01-08 20:15:18.344088 I Start up testing connections. DB<br>
192.168.0.250, BE , attempt 1, status dbAwake<br>
2018-01-08 20:15:23.439495 I Start up testing connections. DB<br>
192.168.0.250, BE , attempt 2, status dbAwake<br>
2018-01-08 20:15:25.950128 I Start up failure. host 192.168.0.250,<br>
status dbAwakeFail<br>
2018-01-08 20:15:25.950146 A Cannot login to database<br>
2018-01-08 20:15:25.950153 E Error: Cannot login to database<br>
2018-01-08 20:15:25.951272 I Putting up the UPnP backend chooser<br>
2018-01-08 20:15:28.648077 I Start up testing connections. DB<br>
192.168.0.250, BE , attempt 0, status dbAwake<br>
2018-01-08 20:15:29.659073 I Start up testing connections. DB<br>
192.168.0.250, BE , attempt 1, status dbAwake<br>
2018-01-08 20:15:34.794192 I Start up failure. host 192.168.0.250,<br>
status dbAwakeFail<br>
2018-01-08 20:15:34.794216 A Cannot login to database<br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br></div></div></blockquote><div><br></div><div>Perhaps mysql permissions? you can test from your frontend</div><div><br></div><div><span style="font-size:12.8px">mysql -h192.168.0.250 -umythtv -p<YourPassword></span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">if you need to add permissions check out the below</span></div><div><span style="font-size:12.8px"><br></span></div><div><font color="#252525" face="sans-serif"><span style="font-size:14px"><a href="https://www.mythtv.org/wiki/Database_Setup#Modifying_access_to_the_MySQL_database_for_multiple_systems">https://www.mythtv.org/wiki/Database_Setup#Modifying_access_to_the_MySQL_database_for_multiple_systems</a></span></font><br></div><div><font color="#252525" face="sans-serif"><span style="font-size:14px"><br></span></font></div><div><font color="#252525" face="sans-serif"><span style="font-size:14px">Cheers,</span></font></div><div><font color="#252525" face="sans-serif"><span style="font-size:14px"><br></span></font></div><div><font color="#252525" face="sans-serif"><span style="font-size:14px">Anthony</span></font></div></div></div></div>