Answers for "installing mysql on aws using putty terminal"

0

installing mysql on aws using putty terminal

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'.
Posted by: Guest on October-12-2020

Code answers related to "installing mysql on aws using putty terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language