quickshiftin / mysqlbkup

Lightweight MySQL backup script in BASH
GNU Lesser General Public License v3.0
157 stars 70 forks source link

Is the mysql password visible through ps? #10

Closed 4fd81048-Brian closed 8 years ago

4fd81048-Brian commented 8 years ago

Is the database password visible with ps -ef (viewing the mysqldump command line)?

http://stackoverflow.com/questions/9293042/mysqldump-without-the-password-prompt

Is setting up a ~/.my.cnf for the user running the script the best way around this?

Brian

quickshiftin commented 8 years ago

Hi Brian,

I presume this issue is fixed with your latest patch. I'm closing the issue. Thanks again for your contribution.