Third Alpha | Database 1.0.0 Help

Setup | Database

First, make sure you have MySQL installed on your machine. If not, you can download it from the official website here.

Open MySQL Workbench and run follow instructions:

  1. Open MySQL Workbench

  2. Click on the Server menu

  3. Click on the Data Import option

  4. Click on the Import from Self-Contained File option

  5. Locate the database export file in the database/export directory of the project

  6. Default Target Schema should be empty

  7. Click on the Start Import button

Open the console and run the following command:

mysql -u [name of user] -p /export/schema_with_demo_data.sql

Enter your password when prompted.

Last modified: 04 February 2024