Stage 3 install problem - unable to connect to database

Re: Stage 3 install problem - unable to connect to database

by Joshua Ellis -
Number of replies: 0

I had to modify the sql login...

SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

It's the last post in the thread that I posted.  There is some discussion before it on the possible reason... whether it's correct or not I don't know, but that one sql command fixed the problem instantly.