[+/-]
This chapter contains three short tutorials intended to familiarize you with the basics of MySQL Workbench. These tutorials show how MySQL Workbench can be used both to design and to document databases.
Creating a database from scratch is the focus of Section 7.6.2, “Using the Default Schema” and exploring the graphic design capabilities of MySQL Workbench is touched upon in Section 7.6.3, “Basic Modeling”. Both these tutorials show the database design capabilities of MySQL Workbench
Importing an SQL data definition script is probably the quickest way
to familiarize yourself with MySQL Workbench — this tutorial makes
use of the sakila
database and emphasizes the use
of MySQL Workbench as a documentation tool. Examples taken from the
sakila database are used throughout the documentation so doing this
tutorial can be very helpful in understanding MySQL Workbench.