mySQL setup (Workbench)

Installation guide

Download mySQL Workbench

  1. Google to mySQL Workbench.

Afbeelding met tekst, software, Webpagina, WebsiteAutomatisch gegenereerde beschrijving

  1. Select the mySQL website (Download).

Afbeelding met tekst, schermopname, software, WebpaginaAutomatisch gegenereerde beschrijving

  1. Download the smaller version underneath “Other Downloads” version 8.0.36.

Afbeelding met tekst, schermopname, LettertypeAutomatisch gegenereerde beschrijving

*XAMPP is available for several operating systems, but for this one course, Windows 10/11 is recommended

  1. Press “No thanks, just start my download.” to avoid logging in.

 

Installeer mySQL Workbench

  1. Open the executable.

Afbeelding met tekst, schermopname, Lettertype, softwareAutomatisch gegenereerde beschrijving

  1. Choose the directory where mySQL workbench will be installed, then click next.

Afbeelding met tekst, elektronica, schermopname, schermAutomatisch gegenereerde beschrijving

  1. Choose a complete installation, then click next.

Afbeelding met tekst, schermopname, software, ComputerpictogramAutomatisch gegenereerde beschrijving

  1. Click Install to start the actual installation.

Afbeelding met tekst, schermopname, software, schermAutomatisch gegenereerde beschrijving

  1. Wait for the installation to complete.

 

First use of mySQL Workbench

  1. Open mySQL Workbench.

Afbeelding met tekst, software, Webpagina, WebsiteAutomatisch gegenereerde beschrijving

  1. Open XAMPP and Start the MySQL module.
  2. Allow connections to be made from a private network to MySQL
  1. Add a connection in MySQL Workbench by clicking the “+”.

Afbeelding met tekst, schermopname, nummer, softwareAutomatisch gegenereerde beschrijving

  1. Connect to localhost.
  • Connection Name: localhost
  • Hostname: 127.0.0.1 | localhost
  • Port: 3306
  1. Test the connection.
    1. If the XAMPP mySQL server is not running correctly, you will receive the following error message:

Afbeelding met tekst, schermopname, Lettertype, nummerAutomatisch gegenereerde beschrijving

    1. If the XAMPP mySQL server is running correctly you will receive the following warning:

Afbeelding met tekst, schermopname, Lettertype, nummerAutomatisch gegenereerde beschrijving

    1. Click “Continue Anyway”.

Afbeelding met tekst, schermopname, Lettertype, softwareAutomatisch gegenereerde beschrijving

recommended