Many thanks Dave.

I finally got this to work using this method on Ubuntu:

(as root)
# apt-get install mysql-server-4.1

# mysql -u root

create database slimserver;
GRANT ALL PRIVILEGES ON slimserver.* TO 'slimserver'@'localhost';
use slimserver;
\. /usr/local/slimserver/SQL/mysql/dbcreate.sql;
exit

#

Then edit /etc/slimserver.pref to change these lines:

dbusername: slimserver
dbpassword: ''
dbsource: dbi:mysql:database=slimserver

Then restart slimserver


-- 
Patrick Dixon

www.at-tunes.co.uk
------------------------------------------------------------------------
Patrick Dixon's Profile: http://forums.slimdevices.com/member.php?userid=90
View this thread: http://forums.slimdevices.com/showthread.php?t=20397

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

Reply via email to