How would I go about installing the Sakila database onto my Mac?
Importing Data and Schema to MySQL Workbench
I've used the comment by user dr01 in this post, but I'm not sure if I'm ready to use it or not. The Sakila file I downloaded has 3 files (sakila-data.sql, sakila-schema.sql,sakila.mwb) but I only used the schema file while importing it into Workbench. Thanks.
Pretty simple: the Sakila DB is so small you can just run the 2 SQL files in Workbench:
sakila-schema.sql
.sakila-data.sql
script. Again, execute the entire editor.Now refresh the schema tree by clicking on the small refresh icon
and you should see the Sakila schema in the tree. That's it.