Search Results
https://dev.mysql.com/doc/workbench/en/wb-accessibility.html
Fonts Modeling fonts are adjustable from the Appearance section of the Modeling list. Figure 3.3 SQL Editor with Font size 30 Color Presets Color presets in the Appearance preferences enable you to define the colors used in EER diagrams for the ...
https://dev.mysql.com/doc/workbench/en/wb-audit-inspector.html
MySQL Workbench offers a graphical interface to MySQL Enterprise Audit. To activate the audit_log plugin manually using mysql, load the plugin code from the library file at runtime with the INSTALL PLUGIN statement. On Windows: INSTALL PLUGIN ...
https://dev.mysql.com/doc/workbench/en/wb-catalog-palette.html
This displays the following folder icons: Tables Views Routine Groups Expand each of these in turn by clicking the > button to the left of the folder icon. The Catalog Tree palette shows all the schemas that are present in the Physical Schemas ...
https://dev.mysql.com/doc/workbench/en/wb-command-line-options.html
The location of the generated log files, such as wb.log, are as follows: Table 2.1 Default location of generated MySQL Workbench log files Platform Default location Linux ~/.mysql/workbench/log/ macOS ~/Library/Application Support/Workbench/log/ ...
https://dev.mysql.com/doc/workbench/en/wb-create-schema-objects.html
Additional objects such as views or routines can be added in the same way as tables. To view these schema objects, select the Catalog tab in the middle palette on the right. View all the objects by clicking the + button to the left of the schema ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling.html
Modeling simplifies database design and maintenance by enabling you, the data architect, to visualize requirements and resolve design issues. Model-driven database design is an efficient methodology for creating valid and well-performing databases, ...
https://dev.mysql.com/doc/workbench/en/wb-forward-engineering-live-server.html
As the following figure shows, the Select Objects page enables you to select the objects to forward engineer: Table objects, view objects, routine objects, trigger objects, and user objects. Use forward engineering to export your schema design to a ...
https://dev.mysql.com/doc/workbench/en/wb-importing-sql-script.html
Tables appear at the top followed by views and then routines. For this tutorial, use the sakila database script, which you can find by visiting the https://dev.mysql.com/doc/index-other.html page. Open MySQL Workbench, select the models view from ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-supported.html
Generally speaking, only table information and its data are automatically converted to MySQL. When a supported RDBMS product is being migrated, the MySQL Workbench Migration Wizard will automatically convert as much information as it can, but you ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-manual-editing.html
Figure 10.58 MySQL Workbench Migration: Manual Editing (All Objects) Column Mappings: Shows all of the table column mappings and enables you to individually review and fix the mapping for all column types, default values, and other attributes. Use ...