MySQL access denied errors on video files

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
colbert Offline
Senior Member
Posts: 208
Joined: Dec 2008
Reputation: 0
Post: #1
Been using XBMC 11 on Arch linux with no probs for a while now, with a MySQL database just fine. I have a folder where I download random videos (from YouTube or wherever) to watch in batch in XBMC, and a shortcut to the folder. Have had no problems for the longest time, but now hitting play on any file will do nothing (this is in Files mode, not Library, as I just watch the video then usually delete).

I am getting these in my xbmc.log:

Code:
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos34 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos33 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos32 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos31 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos30 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos29 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos28 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos27 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos26 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos25 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos24 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos23 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos22 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos21 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos20 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos19 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos18 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos17 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos16 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos15 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos14 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos13 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos12 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos11 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos10 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))
16:24:34 T:2977385280   ERROR: Unable to open database: MyVideos9 [1045](Access denied for user 'xbmc'@'192.168.1.103' (using password: YES))

My Movies/TV/Music are all playing back fine though, so I'm perplexed. Appreciate any help with how to fix this, thanks!

[Image: widget]
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,984
Joined: Jan 2011
Reputation: 132
Location: Arizona, USA
Post: #2
Can you post the full debug log (via pastebin-like website)?

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
colbert Offline
Senior Member
Posts: 208
Joined: Dec 2008
Reputation: 0
Post: #3
Well this is strange, it's working again. If the issue occurs again, I will post a full log here. Thanks for your response!

[Image: widget]
find quote