Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、以下を使用していますが、常にパスワードを手動で入力するように求められます。実行可能ファイルを起動するときにコマンドラインで渡す方法はありますか?
mysqladmin processlist -u root -p
たった今答えが分かった……。
mysqladmin processlist -u root -pYOURPASSWORDHERE
パスワードと -p の間にスペースを入れないでください
試す:
--password=PasswordTextHere