One things comes to mind to try as another user has reported this
problem using a ReadyNAS. I didn't mention it before as you had a
working situation with this device in the past.

It seems by default the ReadyNas MySQL instance listens to port 3306
instead of 9092 as applies to the SBS MySQL instance.

Modify the following line in the HTA file to test the solution:

ConnectString3 =
";Port=9092;Database=slimserver;UID=slimserver;Password=slimserver;Option=3"

into

ConnectString3 =
";Port=3306;Database=slimserver;UID=;Password=;Option=3"

Also note that the UID and password arguments are also changed. If this
works, I'll make a fix for it.

Frank


-- 
SilverRS8

Author of -'AlbumCatalogCreator' (http://acc.vanholt.nl)- for
SqueezeCenter '_' (http://www.badkamerpech.nl) SlimServer.
2xSB3, 1xDuet, 1xRadio, 1xiPhone iPeng, Ubuntu NAS + SBS
------------------------------------------------------------------------
SilverRS8's Profile: http://forums.slimdevices.com/member.php?userid=12818
View this thread: http://forums.slimdevices.com/showthread.php?t=74452

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

Reply via email to