Course Content
MYSQL
0/24
MySQL

 Install on Windows

  1. Double-click the MySQL Installer (MSI) you downloaded.

  2. Choose Developer Default (installs Server + Workbench + Utilities).

  3. Click Next → Install.

  4. After installation, configure the server:

    • Set the root password (remember it).

    • Enable MySQL as a Windows Service (so it starts automatically).

  5. Finish setup → Launch MySQL Workbench.

  6. In Workbench, click Local Connection, enter root password, and test the connection.