For the record, this is all I had to do:
mysql -uroot (-ppassword)
create database slimserver;
grant all on slimserver.* to slimserver identified by 'password';
flush privileges;

then edit /etc/slimserver/slimserver.conf
dbpassword: password
dbsource:
dbi:mysql:database=slimserver;mysql_socket=/var/run/mysqld/mysqld.sock
dbusername: slimserver


-- 
azelter
------------------------------------------------------------------------
azelter's Profile: http://forums.slimdevices.com/member.php?userid=12709
View this thread: http://forums.slimdevices.com/showthread.php?t=37455

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

Reply via email to