Why is passing the secrets via environmental variables considered “extremely insecure”?
Passing secrets (password) to a program via environmental variable is considered “extremely insecure” according to MySQL docs and as poor choice (from security aspect) across other resources.