SilverRS8;526004 Wrote: > 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 I've been having the same problem on my ReadyNAS Pro(which I accidentally posted in the v2 thread). After much messing around with navicat and ssh, I made it work. Here's what I did:
1. The first problem is getting ssh access to the ReadyNas. To do that, you'll need to install ToggleSSH and EnableRootSSH add-ins. You can download these by choosing your ReadyNAS config at http://www.readynas.com/?page_id=93 and then using System/Update/Local from your ReadyNAS admin panel to install them. 2. SSH in to your ReadyNAS and comment out 'bind-address = [% bindAddress %] in /usr/share/squeezeboxserver/MySQL/my.tt. 3. Comment out skip-networking in /etc/mysql/my.cnf 4. Reboot the NAS (recycling the service may not be enough). 5. Edit the connection string in AlbumCatalogCreator-v3.2.hta as follows: ConnectString3 = ";Port=3306;Database=slimserver;UID=slimserver;Password=;Option=3" Note that this is different from both the original ConnectString and the one you suggest (UID is different). After that, the catalog comes up beautifully. -- mps ------------------------------------------------------------------------ mps's Profile: http://forums.slimdevices.com/member.php?userid=36351 View this thread: http://forums.slimdevices.com/showthread.php?t=74452 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
