Obviously, this is not a desirable platform in 2011. :-) HOWEVER. . . .

I was using ColdFusion 6.1 and JRun to connect to MySQL on another host. It seemed like it connected okay, but I kept getting:

[]java.sql.SQLException: Invalid authorization specification: Access denied for user 'user'@'hostname' (using password: YES)
link|improve this question

40% accept rate
feedback

1 Answer

Turns out that connecting with a user having no password worked. After looking at MySQL documentation and trying out a few things, I still couldn't get passwords to work, even using "OLD_PASSWORD()". Guess I'm stuck with a password-less login for now.

link|improve this answer
Make sure you're not using a password over 15 characters, that would break it. (don't you love old platforms?) – Shane Madden Mar 15 '11 at 19:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.