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...
Jan 11, 20241 min read31
