larrettp;304439 Wrote: 
> Does anybody know the host name, port number, user-id and password I
> should use to connect MySQL administrator to it, please? 

By default remote connections are disabled, so you will probably only
be able to connect to it on the ReadyNAS from a terminal prompt logged
into the ReadyNAS. If you comment out the "bind-adress" row in the
MySQL/my.tt file in the SqueezeCenter installationm and restart
SqueezeCenter, you will be able to connect to it from another machine.

The port to use is:9092 (Instead of 3306 which is default for other
MySQL installations)
The database name is: slimserver

Username/Password handling is disabled, so you don't need to specify
those (or you can specify anything you want, it's ignored).

>From a terminal prompt, you should be able to connect with the standard
mysql client as:
mysql -h127.0.0.1 -P9092 slimserver

SqueezeCenter must be running, because MySQL is only started when
SqueezeCenter is running.

This is on a standard PC/Linux installation, things may be different on
the ReadyNAS.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.homeip.net/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=45261

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

Reply via email to