>1. create a new empty database in MySQL.

I have a sql script that does this:

   -- http://wiki.slimdevices.com/index.cgi?MySQL
   
   drop database slimserver_beta;
   
   create database slimserver_beta character set utf8;
   grant all on slimserver_beta.* to <username> identified by '<password>';
   
   flush privileges;

where <username> and <password> are replaced with your actual credentials, to 
match what is configured in the SC prefs file.

which reminds me: I have two databases slimserver (for 6.5) and slimserver_beta 
(7.0).  I think I'm permanently using 7.0 now, so I should blow away 
"slimserver", and rename slimserver_beta to squeezecenter :-)

Phil
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to