summaryrefslogtreecommitdiff
path: root/files/scripts/CentOS/setmysqlpass.sh.6
AgeCommit message (Collapse)Author
2015-05-13mysql root password is leaked to the process listGabriel Filion
Every time the root password reset is used we're leaking the password to the process list. If we use the already present /root/.my.cnf for credentials then it has the same effect for verification and we avoid leaking the password.
2015-01-24fix issues for EL7 + simplify account securitymh
* EL7 uses mariadb & systemd -> adjust setpasswd script to that * move the security ensurance to the setpassword script, as it's easier to ensure that there