When working with this tutorial, you will need to use some sample data.
To import the sample database:
-
Run MySQL Workbench.
-
Select the local instance of MySQL Server on the list of MySQL Connections.
-
In the Navigator panel, click Management > Data Import/Restore.
-
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.
Make sure to select the test schema and the tutorial schema object in the Select Database Objects to Import section.
-
Click Start Import.
-
After importing, refresh the list of schemas to make sure the test database is available on the list.
Now, you can install the JDBC driver.