如何在Ubuntu上安装MySQL而无需在过程中输入密码?
使用 sudo apt-get install mysql 安装 MySQL 提示输入密码,可能不方便在非交互式场景中或编写安装脚本时。
要绕过密码提示,请使用以下脚本:
#!/bin/bash sudo debconf-set-selections将 your_password 替换为您想要的密码。对于特定版本(例如 mysql-server-5.6),请指定版本,如下所示:
sudo debconf-set-selections对于 mysql-community-server,请使用以下键:
sudo debconf-set-selections您还可以使用 debconf-get-selections 来验证您的设置:
sudo debconf-get-selections | grep ^mysql
免责声明: 提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发到邮箱:[email protected] 我们会第一时间内为您处理。
Copyright© 2022 湘ICP备2022001581号-3