in reply to Re: How to call MySQL's PASSWORD() from Class::DBI?
in thread How to call MySQL's PASSWORD() from Class::DBI?

Don't use MySQL's PASSWORD() if you don't have to. It doesn't use salt, making it much easier to perform dictionary attacks.
It's also weak against brute force attacks.
  • Comment on Re: Re: How to call MySQL's PASSWORD() from Class::DBI?