MySQL: usage of short password
MySQL using short report password
Problem
We located a short report password in MySQL's configuration file.
report-password=<pass>
- It is better to use a long password
- It should be verified that there are no hardcoded passwords, or that you're generating a configuration dynamically in production with solutions such as confd.
Fix
Remove the hardcoded password and employ a password policy.
See
Updated about 1 year ago