See this:
http://dev.mysql.com/doc/mysql/en/old-client.html

To take care of this I edited my.ini
under [mysqld] I added
old-passwords 

I guess you could run this statement
SET PASSWORD FOR 'slimserver'@'localhost' = OLD_PASSWORD('slim');
to "fix" it specifically for slimserver

I just experienced success by running slim.exe from the command line.. 
(up til now I haven't had any luck as a service)... will give that a
shot as soon as library scan is complete


-- 
BKDotCom
_______________________________________________
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to