Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-07 | Merge remote-tracking branch 'lelutin/root_pw_no_arg' into shared | Micah Anderson | |
Conflicts: manifests/server/base.pp | |||
2010-12-15 | Avoid root password leak to process list | Gabriel Filion | |
The current procedure of setting the root MySQL password leaks the root password by giving it to the setmysqlpass.sh script on the command line. This means that during the couple of seconds that the script is executing, the password is visible in the process list! Since we're already writing the password in the /root/.my.cnf file, make the setmysqlpass.sh script parse this file to retrieve the password instead of receiving it from a command line argument. Also, in some shells the 'echo' command might appear in the process list. Use a heredoc notation to create the output without using a command. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-09-22 | Merge remote branch 'remotes/immerda/master' | Micah Anderson | |
Conflicts: manifests/server/base.pp | |||
2010-09-22 | increase timeout before killing to account for slower startup speed of ↵ | Micah Anderson | |
larger databases | |||
2010-04-04 | as we are in ruby we need to double escape that | mh | |
2010-04-04 | escape table and db names | mh | |
2010-04-02 | improve optimize script to work as well on weird named tables | mh | |
2009-12-10 | make backup and optimize cron jobs optional; introduce $mysql_backup_cron, ↵ | Jerome Charaoui | |
$mysql_backup_dir and$mysql_optimize_cron; use a module_dir for scripts |