SQL help please
#1
I've attempted to follow the wiki for Eden and MySQL. I've also tried going through several threads to no avail.

I've done:

Type in: CREATE USER 'xbmc' IDENTIFIED BY 'xbmc'; and press return
Type in: GRANT ALL ON *.* TO 'xbmc'; and press return

And then tried:

GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';


Code:
12:58:25 T:4136   ERROR: Unable to open database: MyMusic [1044](Access denied for user 'xbmc'@'192.168.0.%' to database 'mymusic')
12:58:25 T:4136   ERROR: SQL: Can't create new database: 'MyMusic18' (1044)
12:58:25 T:4136   ERROR: Unable to open database: MyMusic18 (0)
12:58:25 T:4136   ERROR: Unable to open database: MyVideos60 [1044](Access denied for user 'xbmc'@'192.168.0.%' to database 'myvideos60')

Any help would be greatly appreciated.
Reply


Messages In This Thread
SQL help please - by Monkeypox - 2012-02-18, 20:00
[No subject] - by Monkeypox - 2012-02-18, 20:38
[No subject] - by jmarshall - 2012-02-18, 21:29
[No subject] - by Monkeypox - 2012-02-19, 00:36
RE: - by davor - 2012-03-30, 13:28
RE: - by mwkurt - 2012-03-30, 13:42
RE: - by Monkeypox - 2012-05-30, 20:15
RE: SQL help please - by Sureguy - 2012-03-30, 14:36
RE: SQL help please - by mwkurt - 2012-03-30, 14:38
RE: SQL help please - by Dam0 - 2012-05-27, 08:01
RE: SQL help please - by kdbarrett - 2012-05-28, 01:11
RE: SQL help please - by Dam0 - 2012-05-28, 09:03
RE: SQL help please - by Dam0 - 2012-06-01, 14:05
Logout Mark Read Team Forum Stats Members Help
SQL help please0