Hello,
today i installed mysql on my DNS-320 NAS and created the database like the tutorials show.
When i set the video and music database in the advancedsettings.xml to the NAS, XBMC needs up to 5min to start, and when i then choose "Movies" it totally freezes.
MYSQL is running, Port is set to 3306.
Don“t know where the problems is, any idea?
Windows XBMC needs 5min to start with mysql database...
Torro14
Junior Member Posts: 47 Joined: Aug 2011 Reputation: 0 |
2012-08-08 00:16
Post: #1
|
| find quote |
Vaikin
Fan
Posts: 420Joined: Mar 2012 Reputation: 11 Location: Toronto, Canada |
2012-08-08 04:35
Post: #2
Turn on debugging and post a full log file. There are oh soo many things that could be causing errors.
|
| find quote |
Torro14
Junior Member Posts: 47 Joined: Aug 2011 Reputation: 0 |
2012-08-08 13:13
Post: #3
So I found one problem, but have still one.
The problem i have solved was that the external mysql access was blocked, this is fixed now. I have a small test programm which connects without problems from the xbmc-client-pc to the mysql server. XBMC takes up to 15mins to start now, and after that it creates 2 empty databases on my mysql server: MyMusic18 and MyVideos60 The problem is, when i go to Videos or Music list in XBMC, it takes about 15mins again to load, and after that, not the empty mysql databases are loaded, but my old fully filled database..........how can that be? Here is the log file from the last start: http://pastebin.com/MJ5bRbft |
| find quote |
Ned Scott
Team-XBMC Wiki Guy Posts: 11,879 Joined: Jan 2011 Reputation: 130 Location: Arizona, USA |
2012-08-09 13:39
Post: #4
It looks like something might be wrong on the MySQL server side of things. XBMC is trying to connect to the server and is unable to do so successfully. It eventually decides to fallback on the local SQL db, which is where your old library comes in.
So I would double check everything on the MySQL side. Make sure the XBMC user has access to create databases, etc. You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc |
| find quote |


Search
Help