Search Results
https://dev.mysql.com/doc/workbench/en/heatwave-migration-assistant.html
Create New to automatically create a suitable Virtual Cloud Network (VCN) named MySQLVCN in a compartment named Networks. If you plan to host applications outside OCI, configure a suitable network using Site-to-Site VPN or FastConnect from the OCI ... The MySQL HeatWave Migration Assistant allows you to migrate on-premises databases to MySQL HeatWave DB Systems in Oracle Cloud Infrastructure ...
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-develop-sql-editor-results.html
The results area of the screen shows the results from executed statements. If the script contains multiple statements, a result subtab will be generated for each statemented that returned results. The following figure shows a single subtab and ...
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 ...