I wonder if this has anything to do with the changes made that give you a new performance option for database memory use. Maybe manual edits of the template file no longer work, since the server now has two MySQL config file templates, my.tt and my-hightmem.tt. Or maybe you need to edit the other one.
Settings > Advanced > Performance > Database Memory Config I recommend installing your own instance of MySQL 5.0. Then you control the MySQL configuration completely and how the service runs. The steps to follow are basically: - Install 'MySQL 5.0' ([url=http://downloads.mysql.com/archives.php?p=mysql-5.0&v=5.0.91). I believe the installer will either automatically configure it as a Windows service, or else give you the option to do so. - Install a MySQL management client (I use 'SQLyog' (http://www.webyog.com/en/downloads.php)). - Using the client, log into the MySQL server as root. - Create an new (empty) database for Squeezebox Server with any name you like. - Create a MySQL user for SbS and give the account a password. - Grant the new user all permissions on the SbS database. - Change your SQL settings in server.prefs to something like the following: Code: -------------------- dbpassword: myslimserverpwd dbsource: dbi:mysql:hostname=127.0.0.1;port=3306;database=slimserver dbusername: slimserver -------------------- Make sure the port is set to 3306, which is the standard MySQL port number. Set database to the name of the MySQL database you created, and enter the username and password of the account you created. You can edit my.ini in the MySQL program directory as you like. Just restart the MySQL service to have it recognize the changes. You might have to edit my.ini after step #1 above to remove the IP address binding to be able to access the server from another machine on your network. If there's a bind-address=x.x.x.x line in the file, remove it. -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=85191 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
