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
您将被要求输入密码;之后,无需输入密码即可使用密钥。