Hi,<br><br>I&#39;m running mythbackend 0.26 on my server with the IP 
192.168.0.100. I&#39;m also running XBMC 12 RC3 as a frontend on the same 
server. This works fine when using &quot;localhost&quot; 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>&lt;Configuration&gt;<br>  &lt;LocalHostName&gt;192.168.0.100&lt;/<div id=":1w">
LocalHostName&gt;<br>
  &lt;Database&gt;<br>    &lt;PingHost&gt;1&lt;/PingHost&gt;<br>    &lt;Host&gt;192.168.0.100&lt;/Host&gt;<br>    &lt;UserName&gt;mythtv&lt;/UserName&gt;<br>    &lt;Password&gt;mythtv&lt;/Password&gt;<br>    &lt;DatabaseName&gt;mythconverg&lt;/DatabaseName&gt;<br>

    &lt;Port&gt;6543&lt;/Port&gt;<br>  &lt;/Database&gt;<br>  &lt;WakeOnLAN&gt;<br>    &lt;Enabled&gt;0&lt;/Enabled&gt;<br>    &lt;SQLReconnectWaitTime&gt;0&lt;/SQLReconnectWaitTime&gt;<br>    &lt;SQLConnectRetry&gt;5&lt;/SQLConnectRetry&gt;<br>

    &lt;Command&gt;echo &#39;WOLsqlServerCommand not set&#39;&lt;/Command&gt;<br>  &lt;/WakeOnLAN&gt;<br>  &lt;UPnP&gt;<br>    &lt;UDN&gt;<br>      &lt;MediaRenderer&gt;{5f8733f0-ec13-4ce6-82f0-be05bb11455&lt;/MediaRenderer&gt;<br>

    &lt;/UDN&gt;<br>  &lt;/UPnP&gt;<br>&lt;/Configuration&gt;<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>