Let's walk through how to import data via the Management or Administration tab in the left navigation area. This is what we did in Chapter 2, Installing and Using MySQL Workbench, in the Learning how to restore a database section. Importing using data import is the same process as restoring a database in MySQL Workbench. Follow these steps:
- Open MySQL Workbench.
- Connect to your local or dev/test instance where you created your database in the last chapter.
- Click Administration or Management (depending on whether you are using a Mac or a PC) in the navigation panel on the left side of MySQL Workbench.
- Click Data Import/Restore, shown in the following screenshot. Clicking this will bring up the ...