![]() |
|
2 XBMC PCs and 1 Database on the shared NAS - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Windows support (/forumdisplay.php?fid=59) +---- Thread: 2 XBMC PCs and 1 Database on the shared NAS (/showthread.php?tid=70603) |
- sloth - 2010-10-01 18:14 sloth Wrote:Hello, Anyone? Any suggestions as to how I can troubleshoot this? I can connect to the xbmc_video database (which is empty) as reported by a script to test mysql connection. The script is located on the fileserver so I am not testing whether mysql can be accessed from another machine. I don't know how I can execute this script on my laptop (no apache, php installed). - sladinki007 - 2010-10-01 19:59 sloth Wrote:Anyone? Any suggestions as to how I can troubleshoot this? I can connect to the xbmc_video database (which is empty) as reported by a script to test mysql connection. The script is located on the fileserver so I am not testing whether mysql can be accessed from another machine. I don't know how I can execute this script on my laptop (no apache, php installed). try to install mysqlworkbench or heidisql on your laptop and see if you can connect from that... it is probably that mysql is set to not accept any connections other then localhost - flamez - 2010-10-01 22:01 flamez Wrote:I have xbmc storing my video database in mysql fine now! YEAH! but i would like to get my thumbnails stored there as well. alex84 Wrote:Check this out, question has been solved before mate... Thanks Alex ... That post above helped me get it going. - sloth - 2010-10-02 01:33 Ok, I installed a mysql client on my laptop and cannot connect to the mysql database on my server. It does work via SSH. I also realised that I have iptables running on that server. "iptables -L results in the following: Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- anywhere anywhere tcp dpt:mysql Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination this sounds as if the firewall isn't blocking anything but please correct me if I am wrong. What now? I am really stuck here. - myrison - 2010-10-02 03:39 flamez Wrote:Ok i got it working! Thanks Just a friendly tip, it's probably helpful for others reading this if you post what your solution was.
- flamez - 2010-10-02 04:07 myrison Wrote:Just a friendly tip, it's probably helpful for others reading this if you post what your solution was. alex84 Wrote:Check this out, question has been solved before mate... Thanks Alex ... That post above helped me get it going. - sladinki007 - 2010-10-02 10:07 sloth Wrote:Ok, I installed a mysql client on my laptop and cannot connect to the mysql database on my server. It does work via SSH. I also realised that I have iptables running on that server. "iptables -L results in the following: have a look at this thread .... http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html - sloth - 2010-10-02 17:45 Thanks, that did the trick. Also had to resolve a samba problem but now it is working. MySQL Issues - nemke - 2010-10-02 21:02 Hi guys, I've been using the MySQL option for a few months now but a few days ago I noticed that my new items are not getting populated in the movie table properly. Information is missing such as the movie title, description, etc. I am running the latest Dharma 2 Beta but I was running Dharma 1 when I first noticed this error. I tried dropping the database completely, and XBMC recreated it and started populating, but this didn't help. I've restored my old database now. Here is the pastebin: http://pastebin.com/mb9EtCmJ Thanks, Nat - sloth - 2010-10-03 00:34 I just realized that only the computer that imported the database after setting up the mysql databases has covers and movie information. The other two computers do show all the media in library mode but without any info. Any idea how that can be resolved? |