HOW-TO:Share libraries using MySQL: Wiki Edition
(2013-12-03, 01:11)DetrieZ Wrote: Still struggling with MySQL... Databases are not being created
Windows 7


<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>

The parts highlighted red are commented out, is that intentional ? And the part highlighted blue is a typo that needs correcting if you just copied/pasted your xml.

You can check if the DB's are created by logging into mysql as the administrative user you set up when you installed it and typing show databases; at the prompt.
Reply


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