Creating a database table using MySQL Workbench is relatively straightforward. Let's go through the following steps:
- Open MySQL Workbench.
- Connect to your local instance or a dev/test instance by clicking on it in MySQL Workbench. Don't perform any of these steps on a live production server:
- Click the down arrow next to the new schema that you created in the previous section:
- Right-click Tables and select Create Table...:
- This will bring up a tab to allow you to fill in the details of your ...