Is there a way to pass the DB user password into the command line tool mysqladmin?
Solution 1:
Just found out the answer....
mysqladmin processlist -u root -pYOURPASSWORDHERE
No space between your password and the -p
Solution 2:
Try:
--password=PasswordTextHere