Launch an EC2 instance of type Amazon Linux AMI from your aws console.
SSH into your ec2 instance ssh -i ec2-user@my_ec2_ip_address
Update the instance sudo yum update -y
Install the mysqld server sudo yum install -y mysql55-server
start the mysqld instance sudo service mysqld start
the following command ensure launches mysqld on server restart […]
Recent Comments