ModelCitizen Wrote: > so, errr.... where is the database? > MC The database is MySQL now. If you don't already have your own MySQL server running (and have made sure that SlimServer actually uses it), SlimServer will automagically start one for you. Have a look at slimserver.pref to find out how to connect to the database. Here's what it looks like for me: dbpassword: '' dbsource: dbi:mysql:hostname=127.0.0.1;port=9092;database=%s dbusername: slimserver (i.e. connect to localhost port 9092, user slimserver, no password)
To run queries against the database: http://www.mysql.com/products/tools/query-browser/ To monitor server and do all sorts of admin tasks: http://www.mysql.com/products/tools/administrator/ -- Pontemonti ------------------------------------------------------------------------ Pontemonti's Profile: http://forums.slimdevices.com/member.php?userid=5983 View this thread: http://forums.slimdevices.com/showthread.php?t=24723 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
