Hi all,

I got a quite strange problem when I tried to setup a database backup
shell. I put it this way:
"bin/mysqldump --opt --user=xxx --password=xxx DB > DB.bak"
However, error 1045 came to me to say "Access denied for user
'xxx'@'localhos t' (using password: YES) when trying to connect".
None the less, I'm absolutely full of confidence on my correct username
and password, simply...