(2014-02-26, 00:08)ConfusedTA Wrote: When you did the MySQL installation, did it ask you to enter a "root" password?
When you loaded the MySQL Command Line Client, did it ask you for this password?
It looks strange that you have 3 "root" users listed.
Try doing the following (taken from the Wiki), as you've not actually granted the permissions to the XBMC user from the looks of things:
Quote:GRANT ALL ON *.* TO 'xbmc';
then press return.
If this still doesn't work, I would try completely removing all copies of MySQL, deleting any data files that get left behind, and try again from scratch, following the Wiki step-for-step.
As for downloading, click on the "Looking for previous GA versions?" to the right of the download page, and you can grab the 5.5 version. The Server Only option is the one you'll want from that selection you posted the screenshot of.
I'm pretty sure 5.6 asked to setup a root password but I don't recall. I think it's best I uninstall 5.6 and try 5.5 using the WiKi instructions this time around.
http://wiki.xbmc.org/index.php?title=HOW...ab=Windows
By the way, I had trouble uninstalling MySQL 5.6 via the Control Panel, Programs and Features. I had to use the "MySQL Installer" program (in start menu) and then uninstall everything that way. You have to reboot once before using the MySQL Install though of that too will hang/fail. (successfully uninstalled!)
![Full sized picture Image](http://i.imgur.com/FiFOUx6.png)
I verified no manual steps were remaining to delete
Here they are in case someone else is following this though.
Uninstall MySQL using the uninstaller
Delete C:\Program Files\MySQL
Delete C:\Program Files (x86)\MySQL
Delete C:\ProgramData\MySQL
Delete from any Users' AppData folders. Example: C:\Users\rdoverby\AppData\Roaming\MySQL
Reinstall MySQL
Ok so I installed 5.5 this time from:
http://dev.mysql.com/downloads/mysql/5.5.html#downloads
This time around I see the "Standard" option in 5.5 (5.6 is a different wizard process)
Here's 5.5......
Ah, here we go this time it asked to create a Root passoword. I'm assuming I need to check the box that allows Remote Root access too correct?
I verified the Windows Firewall inbound TCP Rule for 3306 was still enabled (and allowed) on the MEDIA server running mysql.
(doI need to have a oubound TCP rule setup on the HTPC?) If xbmc fails maybe I'll try turning off the firewall on both computers to see what happens too
"MySQL Command Line Client" from the MySQL start menu (I launched this by right clicking it, and selecting "run as administrator" just in case it's needed, but doubt it)
http://wiki.xbmc.org/index.php?title=HOW...ab=Windows
I skipped the Option part at the bottom. I also skipped the 1130 option to add the IP to grant all.
I'm using smb:// paths so I'm assuming I don't need to follow the sync password instructions here
http://wiki.xbmc.org/index.php?title=HOW...ng_up_XBMC
I skipped the exporting stuff since I don't mind creating a fresh library from scratch. Everything I have is already very organized thanks to the MyMovies.dk setup I've used for years.
I'm still using the new advancedsettings.xml from my last posts
http://pastebin.com/3yqHEF04
stored on my HTPC under C:\Users\JazJon\AppData\Roaming\XBMC\userdata
Here's an important thing I over looked the second time around.
http://wiki.xbmc.org/index.php?title=HOW...ng_up_XBMC
(under Importing)
"Note: You must add a network source using XBMC's standard formatting. For example, use "smb://192.168.1.20/Videos/" and not "\\BOBPC\Videos\". Try to use static IP addresses over NetBIOS names if using SMB."
I guess that means once I drill down to the SMB shares under MEDIA, I need to replace MEDIA with 10.19.1.113 (my MEDIA IP)
What about the part that says XBMC will read the NFO files and not add it to the library? All my movies and tv shows have NFO files created from MyMovides.dk XBMC option.
(is that a possible issue?)
Alright so quick mysql check, looking better!
http://i.imgur.com/Da5JraF.png
Ok well here we go time to test XBMC...........
I added new video files via Windows SMB
http://i.imgur.com/CECP5qH.png
I edited the server name MEDIA to the IP
http://i.imgur.com/1qGxOjy.png
http://i.imgur.com/QiiiLtk.png
http://i.imgur.com/LivTzIW.png
http://i.imgur.com/ULG1N5l.png
SUCCESS !!!! (verified mysql has a new database shown)
(I'm limited to only 6 images per post so used direct links above)
So it looks like MySQL 5.5 is the way to go even if on the nightly build of Gotham. (for now) I'm pretty sure I remembered to substitute the share name MEDIA with the IP address at least one of the times testing on 5.6.
(2014-02-26, 00:09)LSU Jonno Wrote: JazJon,
When you get this working it'd be great if you could provide even more detailed steps that what is listed in the wiki.
Currently I just manage separate databases for all of my XBMC clients (4 in total). It gets to be a pain, especially with movie sets. I don't much care about watched/unwatched status, although if I could get it working I'm sure I wouldn't be able to live without it.
Sounds like a pain, yeah I don't need separate data bases. I don't have any kids to protect or anything complicated like that. :-)
And no problem, I wrote the extra details steps above just for you with screen shots