On Windows, or if not using a socket:

With your own instance of MySQL running on the same server.  Substitute
the name of the database that you create in MySQL and the username and
password of the MySQL account created and given access to the
database.


Code:
--------------------
    
  dbpassword: mypassword
  dbsource: dbi:mysql:hostname=127.0.0.1;port=3306;database=squeezebox
  dbtype: MySQL
  dbusername: myusername
  
--------------------


And if you wish to switch back to SQLite.  The dbname will be the path
to the database in the cache directory on your system.  I'm not sure
that either dbusername or dbpassword are used at all.


Code:
--------------------
    
  dbpassword: slimserver
  dbsource: dbi:SQLite:dbname=D:\slim\72\cache\squeezebox.db
  dbtype: SQLite
  dbusername: slimserver
  
--------------------


-- 
JJZolx
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=80912

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to