[mythtv-users] New IP address not used by Database
Bill Meek
keemllib at gmail.com
Sun Jun 21 19:05:01 UTC 2020
On 6/21/20 12:42 PM, Barry Martin wrote:
>
>> Then check all the different config.xml files:
>
> /etc/mythtv/config.xml ==> localhost
> //home/mythtv//.mythtv/config.xml ==> localhost
> //home//<mythfrontend user>/.mythtv/config.xml ==> u = barry ==> 192.168.4.3
https://forum.mythtv.org/viewtopic.php?f=36&t=3871&p=18787#p18787
From the discussion on the Forum, this allowed DB access:
mysql --user=mythtv --password --host=<your DB IP or hostname> mythconverg
Retry with: --host=localhost if the IP address was used please.
The above shows a broken link (~/.mythtv/config.xml is different from
~mythtv/.mythtv/config.xml.) localhost is the proper value for a backend
<Assuming> that the DB is on the same host. Won't fix this issue, but
prevents a future one.
Remove ~/.mythtv/config.xml and link it to the one in /etc:
ln -s /etc/mythtv/config.xml ~/.mythtv/config.xml
--
Bill
More information about the mythtv-users
mailing list