If you want to use only one instance of MySQL edit the server.prefs file for the virtual machine and change the following line:
dbsource: dbi:mysql:hostname=127.0.0.1;database=%s Change the IP address to match the ip address for MySQL and the "%s" to the new database name. You may have to do: dbsource: dbi:mysql:hostname=127.0.0.1;port=3306;database=%s if you don't use the default port for MySQL. If you need help configuring MySQL for an additional database see this: http://wiki.slimdevices.com/index.php/ExistingMySQLInstance -- 4mula1 SqueezeCenter 7.3.3 + Solaris 10 x86: Because everything else would've been easy! '4mula1 on Last.fm' (http://www.last.fm/user/4mula1) ------------------------------------------------------------------------ 4mula1's Profile: http://forums.slimdevices.com/member.php?userid=3439 View this thread: http://forums.slimdevices.com/showthread.php?t=77510 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
