Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

XMBC and MySQL
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
XMBC and MySQL
8th Sep, 2013, 09:44 AM
Post: #7
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: XMBC and MySQL
I suppose the problem will be in the defaults of mysql accepting connections only from localhost for you user xbmc. You can check that by using the "mysql" tool.

Code:
mysql -h localhost -u XXXX -p
connect mysql;
select Host,User,Password from user;

if there is no "%" in the "Host" column for a specific user (% means any host), you can update the table with
Code:
update user set Host='%' where User='youruser';

check some guides or install Windows client to manage mysql DBs - http://dev.mysql.com/downloads/tools/workbench/

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
XMBC and MySQL - rbthompsonv - 3rd Sep, 2013, 11:34 PM
RE: XMBC and MySQL - mk01 - 3rd Sep, 2013, 11:58 PM
RE: XMBC and MySQL - rbthompsonv - 4th Sep, 2013, 10:00 PM
RE: XMBC and MySQL - rbthompsonv - 5th Sep, 2013, 07:39 AM
RE: XMBC and MySQL - rikardo1979 - 4th Sep, 2013, 12:15 AM
Re: XMBC and MySQL - rbthompsonv - 4th Sep, 2013, 12:29 PM
RE: XMBC and MySQL - mk01 - 8th Sep, 2013 09:44 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 6th Jun, 2025, 04:18 AM Powered By MyBB, © 2002-2025 MyBB Group.