Installing Mysql On Aws Using Putty Terminal

[Solved] Installing Mysql On Aws Using Putty Terminal | Shell - Code Explorer | yomemimo.com
Question : installing mysql on aws using putty terminal

Answered by : ankur-prajapati

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'.

Source : | Last Update : Mon, 19 Oct 20

Answers related to installing mysql on aws using putty terminal

Code Explorer Popular Question For Shell