📌  相关文章
📜  使用 putty 终端在 aws 上安装 mysql - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:14.542000             🧑  作者: Mango

代码示例1
To install a MySQL Server on aws using putty terminal
1. First step is to of course ssh into the EC2 instance.
2. Then, at a command prompt, use the following command to install MySQL Server: sudo yum install mysql-server. When you are prompted, type 'y'.