3. Import the Sample Database

Applies to ReadyAPI 3.52, last modified on April 25, 2024

When working with this tutorial, you will need to use some sample data.

To import the sample database:

  1. Run MySQL Workbench.

  2. Select the local instance of MySQL Server on the list of MySQL Connections.

    MySQL Workbench: Opening the local server
  3. In the Navigator panel, click Management > Data Import/Restore.

    MySQL Workbench: Opening the Import/Restore database
  4. On the Import from Disk tab of the Data Import panel, select Import from Dump Project Folder and specify the directory that contains the sample database you have downloaded and unpacked.

    MySQL Workbench: The Data Import window

    Click the image to enlarge it.

    Make sure to select the test schema and the tutorial schema object in the Select Database Objects to Import section.

  5. Click Start Import.

  6. After importing, refresh the list of schemas to make sure the test database is available on the list.

    MySQL Workbench: After the end of the import

Now, you can install the JDBC driver.

Prev          Next

See Also

Store Data

Highlight search results