What is the default Password Policy in thesql 5.0

mysql5

what is the default Password Policy in mysql 5.0 ?

Best Answer

if by default password policy you mean "are there a minimum set of rules that need to be met in order to have a valid password with a default installation of MySQL", then the short answer is that there is no default password policy.

a default install of MySQL can be done with no password for a root user at all. Some distros (e.g. debian installing mysql via apt) insist on a root password, but no complexity rules are enforced.

there are 3rd party plugins to create policies (e.g. securich), but nothing that would enforce specific complexity or aging rules within the base system