The problem with the -u or -v methods is security.
If you are passing the user/pass with -u then it will show up in the process list.
Saving the clean user/password to a file is also not usually accepted by security guys.
Passing with env variables are fine I think.
Is it included in TD15?
The problem with the -u or -v methods is security.
If you are passing the user/pass with -u then it will show up in the process list.
Saving the clean user/password to a file is also not usually accepted by security guys.
Passing with env variables are fine I think.
Is it included in TD15?