Installing and attaching MYSQL database to EC2 instance
Installing and attaching MYSQL database to EC2 instance
Steps:
1. Make sure you have one EC2 instance running that you can access it from your terminal.
4. Now install mysql server.
sudo apt-get install mysql-server
5. Now run command for secure installation.
sudo mysql_secure_installation
Comments
Post a Comment