To create a database in the MySQL Workbench GUI:
- Click the “new schema” button on the MySQL Workbench toolbar
- Enter a schema name (database name) and its default collation and click Apply
- Review the SQL statement and click Apply
The database will now be created, and a message will display advising that the script was successful.