Hi,

are you sure it's not a permission problem within mysql:

[08-10-19 10:14:46.6386] Slim::Schema::Storage::throw_exception (70)
Error: DBI Connection failed: DBI
connect('hostname=127.0.0.1;port=9092;database=slimserver','slimserver',...)
failed: *Access denied for user 'slimserver'@'localhost' (using
password: NO)* at
/home/peddy/Downloads/squeezecenter-7.2/CPAN/DBIx/Class/Storage/DBI.pm
line 652

SC doesn't use usernames at all - for it's bundled mysql db...
Your servers.prefs should contain the following lines (in case of the
included mySQL)
...
dbpassword: ''
dbsource: dbi:mysql:hostname=127.0.0.1;port=9092;database=%s
dbusername: ''
...

Do you use the bundled mySQL or an external one?

kind regards,
Markus


-- 
schiegl
------------------------------------------------------------------------
schiegl's Profile: http://forums.slimdevices.com/member.php?userid=6654
View this thread: http://forums.slimdevices.com/showthread.php?t=53941

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to