mysqlやmysqldumpで「 [Warning] Using a password on the command line interface can be insecure.」という警告が表示される場合の対処について紹介します。 1.問題点 さくらインターネットでMySQLのバックアップを取得しようと思い、下記のコマンドを実施しました。 $ mysqldump -h mysqlxxx.db.sakura.ne.jp -u hoge -phuga testdatabase > testdatabase.sql これまでは実行できていたのですが、今回は下記の警告に遭遇しました。 mysqldump: [Warning] Using a password on the command line interface can be insecure. 警告なのでバックアップは取得できたようで