[mythtv-users] .29 won't connect to backend

Jack McGee jack at greendesk.net
Mon Oct 15 23:57:15 UTC 2018


On 10/15/2018 02:04 PM, Jack McGee wrote:
> I upgraded a 16.04 frontend and 16.04 backend from .28 to .29.

and this might be helpful:

mythuser at amethi:/home/mythtv/.mythtv$ cat config.xml
<Configuration>
   <LocalHostName>my-unique-identifier-goes-here</LocalHostName>
   <Database>
     <PingHost>1</PingHost>
     <Host>localhost</Host>
     <UserName>mythtv</UserName>
     <Password>mythtv</Password>
     <DatabaseName>mythconverg</DatabaseName>
     <Port>6543</Port>
   </Database>
   <WakeOnLAN>
     <Enabled>0</Enabled>
     <SQLReconnectWaitTime>0</SQLReconnectWaitTime>
     <SQLConnectRetry>5</SQLConnectRetry>
     <Command>echo 'WOLsqlServerCommand not set'</Command>
   </WakeOnLAN>
</Configuration>

mythuser at mythfrontend1:~$ nmap -p3306,6543 --reason 192.168.1.105

Starting Nmap 7.01 ( https://nmap.org ) at 2018-10-15 18:20 CDT
Nmap scan report for 192.168.1.105
Host is up, received syn-ack (0.00062s latency).
PORT     STATE  SERVICE REASON
3306/tcp open   mysql   syn-ack
6543/tcp closed mythtv  conn-refused

Nmap done: 1 IP address (1 host up) scanned in 0.04 seconds





More information about the mythtv-users mailing list