streaml1ne;137805 Wrote:
> Should 6.5.0 respect a dbsource entry in slimserver.conf that points to
> a remote SQL server? It keeps trying to start it's own local mysqld,
> but I don't want MySQL running on the system I'm hosting Slimserver on.
> Is there a way to force it to bypass starting the local MySQL?
Yes, if you have things setup correctly.
In your MySQL server create a database for SlimServer to use. It can
have any name you like. Then create a user and give the user all
permissions to that database.
Stop SlimServer and edit the slimserver.pref file. Modify the
following three lines with the username and password, the host IP
adress and port and the MySQL database name. Use 127.0.0.1 for the
hostname if the MySQL server is running on the same machine as
SlimServer.
Code:
--------------------
dbpassword: your_dbuser_password
dbsource: dbi:mysql:hostname=192.168.9.4;port=3306;database=your_dbname
dbusername: your_dbuser
--------------------
Make sure your MySQL is running and then start up SlimServer.
SlimServer should create all the necessary tables within the database,
then begin scanning your library.
--
JJZolx
Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=27618
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss