May 2020
Beginner
564 pages
14h 9m
English
When MySQL encounters errors with your script or actions in MySQL Workbench, it puts a message for you in the Output panel.
By default, the Output panel is at the bottom of the MySQL Workbench application. You can resize it by clicking on the divider between the script file area and the Output panel.
I changed the script that we ran in the previous section so that there is a space in the schema name that isn't allowed unless you have backticks around it (because it is a MySQL keyword). MySQL will show an error in the Output panel when I run it, as shown in the following screenshot:

The Output window will show ...
Read now
Unlock full access