SYNCING via RPI2 and mysql
|
31st Mar, 2016, 07:38 PM
Post: #1
|
|||
|
|||
SYNCING via RPI2 and mysql
starting my next project of syncing all the rpi's.
i have a RPI2 running mysql 1 RPI3 running XBIAN 2 RPI2's running XBIAN 2 RPI's running XBIAN so here is the problem here is the important part of the advancedsettings.xml <advancedsettings> <!-- VERSION 20160330.A --> <videodatabase> <type>mysql</type> <host>192.168.1.80</host> <port>3306</port> <user>xbmc</user> <pass>xbmc</pass> <name>adminvideo</name> </videodatabase> <musicdatabase> <type>mysql</type> <host>192.168.1.80</host> <port>3306</port> <user>xbmc</user> <pass>xbmc</pass> <name>adminaudio</name> </musicdatabase> then i have various substitutions, etc. (the substitutions, all seem to work fine) the IP address of the RPI running mysql IS 1.80 i guess my REAL question lies with MYSQL running on Rasbian on RPI2 the settings in MYSQL, etc any suggestions would be greatly appreciated thank you |
|||
31st Mar, 2016, 09:39 PM
Post: #2
|
|||
|
|||
RE: SYNCING via RPI2 and mysql
So WHAT is your problem?
|
|||
31st Mar, 2016, 09:53 PM
Post: #3
|
|||
|
|||
RE: SYNCING via RPI2 and mysql
I have similar configuation (4 Pi's, one Hummingboard, 1 Linux Desktop, 1 Linux Notebook) and Database on Cubieboard2 server
I managed this some years ago, these sites helped me doing this job: http://wiki.xbmc.org/index.php?title=HOW-TO:Share_libraries_using_MySQL http://www.howtogeek.com/75535/how-to-sync-your-media-across-your-entire-house-with-xbmc/ |
|||
1st Apr, 2016, 06:29 AM
Post: #4
|
|||
|
|||
RE: SYNCING via RPI2 and mysql | |||
1st Apr, 2016, 07:12 AM
Post: #5
|
|||
|
|||
RE: SYNCING via RPI2 and mysql
Does your mysql listen on all interfaces?
extract of /etc/mysql/my.cnf Code: # |
|||
« Next Oldest | Next Newest »
|