Problem: MySQL cannot create db
|
28th Jan, 2014, 06:44 AM
Post: #11
|
|||
|
|||
RE: MySQL cannot create db
Here is how I did it, maybe it helps.
Code: CREATE USER 'xbmc' IDENTIFIED BY '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 |
|||
« Next Oldest | Next Newest »
|
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
|