-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password on the command line interface can be insecure #1
Comments
Also applied the linked fix, can you address this issue on next release ? |
Applied the linked fix on a large professional scale. Would greatly appreciate incorporation into next release. |
Or perhaps take the advice and not show passwords on the command line. |
hi, fixed in https://github.com/ppadial/autoMySQLBackup master, cause it seems to be outdated |
I'm a bit late to the party, but for reference, it looks to me this is a better way to deal with this problem no? : |
@kronos-pbrideau That looks like a better way. See also http://stackoverflow.com/a/22933056/552983 |
I can't believe this still isn't fixed. Just upgraded to ubuntu server 16.04 and started getting daily emails full of warnings. The solution at redeo.nl does not work for me. Running v3.0-rc6 currently. |
Also having this issue on Ubuntu 17.04 with automysqlbackup 2.5 and MySQL 5.7. |
For me the issue is fixed on Ubuntu 16.04.2 LTS |
Not sure why nobody is pointing this out here, but the only real solution to this problem is adding an option to use a defaults-file/my.cnf for auth rather than --password. Obscure wrappers and greps also do not solve the problem that mysqldump is extting with 1 instead of 0. |
please help WARNINGErrors reported during AutoMySQLBackup execution.. Backup failed |
I have the same problem |
Hello anyone resolves this issue? |
@rcruz And here we are - 2023 ... any hope for solving this problem? I use MySQL v 8 ... would love to get this program up and working on all cylinders. Thank you, |
With MySQL 5.6 every run of automysqlbackup will generate the following warning (and potentially an error email):
This is because automysqlbackup uses username and password directly on the mysql command for the connection.
Here the problem has been solved:
http://www.redeo.nl/2013/11/automysqlbackup-warning-using-password-command-line-interface-can-insecure/
But I don't know if this is the cleanest solution.
The text was updated successfully, but these errors were encountered: