Does mysqldump –password really do what it says?
From man mysqldump: –password[=password], -p[password] The password to use when connecting to the server. If you use the short option form (-p), you cannot have a space between the option and the password. If you omit the password value following the –password or -p option on the command line, you are prompted for one. Specifying … Read more