Forums
(@davemh)
19 years, 8 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.