Author Topic: LinuxMCE Database File  (Read 5197 times)

lomeshp

  • Newbie
  • *
  • Posts: 14
    • View Profile
LinuxMCE Database File
« 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

golgoj4

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1193
  • hrumpf!
    • View Profile
    • Mah Website
Re: LinuxMCE Database File
« Reply #1 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
Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: LinuxMCE Database File
« Reply #2 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

lomeshp

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: LinuxMCE Database File
« Reply #3 on: August 22, 2012, 05:04:17 pm »
Thanks.  Well, I am trying to something weird, I'll post it if it works :)

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: LinuxMCE Database File
« Reply #4 on: August 22, 2012, 05:56:44 pm »
What are you trying to do?

-Thom

lomeshp

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: LinuxMCE Database File
« Reply #5 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.


Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: LinuxMCE Database File
« Reply #6 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.