Comment #3 on issue 72 by
ntuc...@gmail.com: Ask for a password when -p
Please also consider allowing use of the MYSQL_PWD env var like most of the
mysql tools allow. At my company, we have a tool which allows individual
users to avoid ever directly knowing the passwords or storing them in files
(they are retrieved on-the-fly from a remote system by a wrapper which sets
MYSQL_PWD and then invokes the mysql tool), which facilitates easy password
rotation and reduces the likelihood of anyone feeling the need to "write
them down" anywhere. A patch to innotop was provided for this a while
back. We have been using it in production ever since, but it would be nice
to get it into the released tool.
here is the patch:
https://groups.google.com/forum/?fromgroups=#!topic/innotop-discuss/v98Iza3X8cg