Hi,<br><br>I'm running mythbackend 0.26 on my server with the IP
192.168.0.100. I'm also running XBMC 12 RC3 as a frontend on the same
server. This works fine when using "localhost" in any configuration.<br>
<br>Now I want to be able to access mythbackend from the network.<br>Thus I first configured MySQL to allow access from the network.<br>This works fine on any machine in the network using the following command: <br><br>mysql -u mythtv -p -h 192.168.0.100 mythconverg<br>
<br>However, mythbackend always fails to connect to the database when not using localhost:<br>Here is my config.xml which is loaded:<br><br><Configuration><br> <LocalHostName>192.168.0.100</<div id=":1w">
LocalHostName><br>
<Database><br> <PingHost>1</PingHost><br> <Host>192.168.0.100</Host><br> <UserName>mythtv</UserName><br> <Password>mythtv</Password><br> <DatabaseName>mythconverg</DatabaseName><br>
<Port>6543</Port><br> </Database><br> <WakeOnLAN><br> <Enabled>0</Enabled><br> <SQLReconnectWaitTime>0</SQLReconnectWaitTime><br> <SQLConnectRetry>5</SQLConnectRetry><br>
<Command>echo 'WOLsqlServerCommand not set'</Command><br> </WakeOnLAN><br> <UPnP><br> <UDN><br> <MediaRenderer>{5f8733f0-ec13-4ce6-82f0-be05bb11455</MediaRenderer><br>
</UDN><br> </UPnP><br></Configuration><br><br>When
connecting to localhost with mythbackend, I cannot reach the service
with mythfrontend over the network, which imho is related to mysql.<br><br>Thanks for any suggestions.<br>
Best regards,<br>Frederik</div>