Follow the instructions in the MySQL Getting Started Guide to install MySQL Server.
Refer to the MySQL Workbench Installation Guide for detailed steps to install MySQL Workbench.
-
Go to the "Server" menu and choose "Startup/Shutdown" or select the Startup/Shutdown option in the sidebar under "Instance".
-
Press the "Start Server" button.
This process assumes you have downloaded the provided database file.
-
Go to the "Server" menu and choose "Data Import".
-
Choose the downloaded
FarmersMarketDatabase.sqlfile from the folder you downloaded it to. The script includes schema creation and will create a schema calledfarmers_market, so you don't need to enter a target schema. -
Scroll down and click the "Start Import" button.
-
After the database has restored, you can open a new SQL tab (use the first icon, which is labeled with the word SQL and +) and start writing and running queries.
Note: The accompanying figures are from MySQL Workbench 8.0.


