1
vote
9answers
2k views
Does mysqldump --password really do what it says?
I'm trying to use mysqldump to dump a schema, and it mostly works but I ran into one curiosity: the -p or --password option seems like it is doing something other than setting the password (as the man …
