snarlydwarf;185808 Wrote:
> Look in the slimserver.pref file:
>
> dbsource: dbi:mysql:hostname=127.0.0.1;database=%s
>
> Change hostname appropriately.
May need a bit more than that.
You'll need to create the database(s) and a database user yourself,
then give the user all necessary permissions on the database.
In the dbsource line, the %s expands to 'slimserver', so if you have
two SlimServer databases on the server, at least one of them will have
to be named something else.
Also, you might need to change the database username to whatever name
you use in MySQL, and enter a password if the user needs a password for
access. The default SlimServer instance of MySQL just uses a username
of 'slimsever', with no password.
Make sure you stop SlimServer while editing the prefs file.
Code:
--------------------
dbpassword: whatever
dbsource: dbi:mysql:hostname=127.0.0.1;port=3306;database=slimserver6
dbusername: slim
--------------------
--
JJZolx
Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=33337
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss