Installation Steps

  1. Download MySQL installer from the official website
  2. Choose Server + Workbench
  3. Configure root password
  4. Test connection in Workbench

Connecting via CLI

mysql -u root -p

Connecting via Workbench

Open MySQL Workbench > New Connection > Enter credentials > Test Connection