Forums
(@davemh)
21 years, 3 months ago
Thank you – this helped me track down my problem – which was to enter at the mysql prompt
>SET PASSWORD FOR ‘user’@’some_host’ = OLD_PASSWORD(‘mypass’);
This seems to be a very common problem.