Michael Herger;138237 Wrote: 
> 
> While it says it was pre 6.5 only, the instructions are still ok. At
> least  
> slimserver picked up my changes I did that way for 6.3 and connected  
> straight to my MySQL server.
> 
I have been using 6.3 with mysql and when I switched to 6.5 I had to
change:

Code:
--------------------
    
  dbsource: dbi:mysql:database=slimserver
  
--------------------


To: 

Code:
--------------------
    
  dbsource: dbi:mysql:hostname=127.0.0.1;port=3306;database=slimserver
  
--------------------


Slimserver itself seems to partly work without this change, but the
scanning process failed to connect to mysql if I didn't make this
change. With 6.5b2 they both work but with 6.5.0 only the later seems
to work, at least this is the case in my setup.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-trackstat)
, 'SQLPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-sqlplaylist)
, 'DynamicPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-dynamicplaylist),
'Custom Browse'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-custombrowse)
and 'RandomPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-randomplaylist)
plugins)
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=27682

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to