MY-SQL Command
Commands used to host MySql Server on AWS EC2 Instance
Step 1: Update the system
sudo apt update
Step 2: Install MySql
sudo apt install mysql-server
Step 3: Check the Status of MySql (Active or Inactive)
sudo systemctl status mysql
Step 4: Login to M...
jibankumar.hashnode.dev1 min read