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

[PROBLEM] MySQL cannot create db
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: MySQL cannot create db
28th Jan, 2014, 06:53 AM
Post: #12
thebestneo Offline
Registered
Posts: 9
Joined: Jan 2014
Reputation: 0
R: RE: MySQL cannot create db
(28th Jan, 2014 06:44 AM)teekay Wrote:  Here is how I did it, maybe it helps.

Code:
CREATE USER 'xbmc' IDENTIFIED BY 'xbmc';
GRANT ALL ON `MyMusic%`.* TO 'xbmc'@'%' IDENTIFIED BY 'xbmc';
GRANT ALL ON `MyVideos%`.* TO 'xbmc'@'%' IDENTIFIED BY 'xbmc';
GRANT TRIGGER ON `MyMusic%`.* TO 'xbmc'@'%';
GRANT TRIGGER ON `MyVideos%`.* TO 'xbmc'@'%';

The last two only work on newer MySQL version >= 5.5 IIRC. Older ones need GRANT SUPER ON ...

Also read following about the <name> tag, mabe you have an issue with that one.
http://wiki.xbmc.org/index.php?title=HOW-TO:Share_libraries_using_MySQL/Setting_up_XBMC#Name_tag

First 3 lines are the same of mine.
I try others, i have mysql 5.5.

I didn't set the name tag...
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
MySQL cannot create db - thebestneo - 26th Jan, 2014, 01:40 AM
RE: MySQL cannot create db - mk01 - 26th Jan, 2014, 02:24 AM
RE: MySQL cannot create db - thebestneo - 26th Jan, 2014, 02:30 AM
RE: MySQL cannot create db - mk01 - 26th Jan, 2014, 02:51 AM
RE: MySQL cannot create db - thebestneo - 26th Jan, 2014, 04:29 AM
RE: MySQL cannot create db - mk01 - 26th Jan, 2014, 05:20 AM
RE: MySQL cannot create db - thebestneo - 26th Jan, 2014, 06:04 AM
RE: MySQL cannot create db - mk01 - 26th Jan, 2014, 12:59 PM
RE: MySQL cannot create db - thebestneo - 26th Jan, 2014, 08:50 PM
RE: MySQL cannot create db - thebestneo - 28th Jan, 2014, 06:31 AM
RE: MySQL cannot create db - teekay - 28th Jan, 2014, 06:44 AM
R: RE: MySQL cannot create db - thebestneo - 28th Jan, 2014 06:53 AM
RE: MySQL cannot create db - thebestneo - 1st Feb, 2014, 09:10 PM
RE: MySQL cannot create db - thebestneo - 2nd Feb, 2014, 08:03 PM

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

Current time: 8th Jun, 2025, 09:20 PM Powered By MyBB, © 2002-2025 MyBB Group.