HOW-TO:Share libraries using MySQL: Wiki Edition
Still struggling with MySQL... Databases are not being created
Windows 7

At what point are the databases created? I would think, when you first run XBMC on a networked machine that has an advancedsettings xml file pointing to the MySQL machine?
Here are the contents of the file in both the MySQL Machine and the networked machine,
Code:
<advancedsettings>
<!-- <pathsubstitution>
  <substitute>
    <from>special://profile/playlists/</from>
    <to>smb://192.168.1.126/userdata/playlists/</to>
  </substitute>
    <substitute>
    <from>special://profile/addon_data/</from>
    <to>smb://192.168.1.126/addon_data/</to>
  </substitute>
    <substitute>
    <from>special://profile/sources.xml</from>
    <to>smb://192.168.1.126/userdata/sources.xml</to>
  </substitute>
    <substitute>
    <from>special://profile/RssFeeds.xml</from>
    <to>smb://192.168.1.126/userdata/RssFeeds.xml</to>
  </substitute>
    <substitute>
    <from>special://profile/favourites.xml</from>
    <to>smb://192.168.1.126/userdata/favourites.xml</to>
  </substitute>
</pathsubstitution> -->
    <videodatabase>
        <type>mysql</type>
        <host>192.168.1.126</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </videodatabase>
    <musicdatabase>
        <type>mysql</type>
        <ost>192.168.1.126</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </musicdatabase>
    <!--<videolibrary>
          <importwatchedstate>true</importwatchedstate>
     </videolibrary>
    <network>
        <cachemembuffersize>0</cachemembuffersize>
    </network> -->
</advancedsettings>
Reply


Messages In This Thread
RE: HOW-TO synchronize XBMC between every room in the house: Wiki Edition - by DetrieZ - 2013-12-03, 01:11
Logout Mark Read Team Forum Stats Members Help
HOW-TO:Share libraries using MySQL: Wiki Edition2