BigBirdy;342940 Wrote:
> With so many applications running their own instances of MySql, I am
> trying to standardize these since only my one MySql server/instance has
> regular database backups. I run a MySql instance on the same machine
> running SC so are there any guides/instructions to point SC to a
> different instance of MySql.
Create a database in MySQL with whatever name you like. Create a MySQL
user and give the user permissions on the database (there's probably a
minimum set of needed permissions - I just grant all to this user).
Then shut down SqueezeCenter and modify the following three lines. It
should be fairly self explanatory - you designate the MySQL user, the
user's password, the IP address of the MySQL server, the port number
and the database name.
Code:
--------------------
dbpassword: abcdetuvxyz
dbsource: dbi:mysql:hostname=127.0.0.1;port=3306;database=slimserver11
dbusername: slimserver
--------------------
--
JJZolx
Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=52930
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss