LinuxMCE Forums

General => Developers => Topic started by: lomeshp on August 21, 2012, 09:11:55 pm

Title: LinuxMCE Database File
Post by: lomeshp on August 21, 2012, 09:11:55 pm
Where can I find the Database file for the LinuxMCE? (Create tables script that is used during installation?)

Thanks
Title: Re: LinuxMCE Database File
Post by: golgoj4 on August 22, 2012, 04:57:21 am
*raises eyebrow*

Something in particular you're trying to do?

-golgoj4, resident suspicious old person. Now get off my lawn! :p
Title: Re: LinuxMCE Database File
Post by: tschak909 on August 22, 2012, 07:22:49 am
if you log into mysql:

$ mysql -uroot

mysql>

and do a SHOW DATABASES;

you can see all the databases on the system. The main database is situated in pluto_main.

-Thom
Title: Re: LinuxMCE Database File
Post by: lomeshp on August 22, 2012, 05:04:17 pm
Thanks.  Well, I am trying to something weird, I'll post it if it works :)
Title: Re: LinuxMCE Database File
Post by: tschak909 on August 22, 2012, 05:56:44 pm
What are you trying to do?

-Thom
Title: Re: LinuxMCE Database File
Post by: lomeshp on August 22, 2012, 06:08:53 pm
From what I understand, a single linuxmce database can control multiple houses.  I want to create a central database that is connected to multiple linuxmce boxes (at different locations).  This way I only have one database for both of my houses.

Title: Re: LinuxMCE Database File
Post by: Marie.O on August 22, 2012, 06:16:50 pm
The multi location part of LinuxMCE has never been finished, i.e. there is, as an example, no way to select a different installation from the regular Orbiter. Sooo, afaict, atm, you are limited to defining your houses as a single installation with a *slow* link.

Having said that, there are people who think a multi-site ability with LinuxMCE is a good idea.