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.
サーバーがダウンするたびに、MySQL にログインして手動で再起動し、PEM ファイルにパスワードを入力できるようにする必要があります。
これを自動化する方法はありますか?
openssl秘密鍵のパスフレーズを削除するために使用します。
openssl
cp mysql.key mysql.key.orig openssl rsa -in mysql.key.orig -out mysql.key
パスフレーズの入力を求められます。その後、パスワードを入力しなくてもキーを使用できます。