Search Results
https://dev.mysql.com/doc/workbench/en/wb-exploring-scripting-shell.html
To open the Workbench Scripting Shell, select Scripting, Scripting Shell from the main menu. You can also open the Workbench Scripting Shell using the Control + F3 key combination on Windows and Linux, Command + F3 on macOS, or by clicking the ...
https://dev.mysql.com/doc/workbench/en/wb-image-editor.html
Modifying a Image using the Properties Palette When you select an image on the EER Diagram canvas, its properties are displayed in the Properties palette. To invoke the image editor, double-click an image object on an EER Diagram canvas. This opens ...
https://dev.mysql.com/doc/workbench/en/wb-installing-linux.html
Select one of the following installation methods: Official MySQL Yum or APT repository packages These binaries are built by the MySQL Release team. There are binary distributions of MySQL Workbench available for several variants of Linux, including ...
https://dev.mysql.com/doc/workbench/en/wb-launching-linux.html
After MySQL Workbench has been installed, it can be launched by selecting Applications, Programming, MySQL Workbench from the main menu. MySQL Workbench can also be launched from the command line on Linux by using the following command: $> ...
https://dev.mysql.com/doc/workbench/en/wb-mac-uninstalling.html
To uninstall MySQL Workbench for macOS, locate MySQL Workbench in the Applications folder, right-click, and select Move to Trash. What Is Not Removed By default, uninstalling MySQL Workbench does not remove your Workbench configuration directory.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-connection.html
After loading the Migration Wizard, click on the Start Migration button in the Overview page to begin the migration process. Here you will provide the information about the PostgreSQL RDBMS that you are migrating from, the ODBC driver that will be ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview.html
Reverse engineers selected database/schemas into a internal representation specific to the source RDBMS. The Migration Wizard performs the following steps when migrating a database to MySQL: Connects to the source RDBMS and retrieves a list of ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-create-target.html
To make changes, select an object, edit the query code, and click Apply. The generated objects are listed here, along with the error messages if any exist. The migration code may also be viewed and edited here (see the figure that follows). Note ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-data-migration-transfer.html
Optionally, view the logs to confirm (see the figure that follows).
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-migration.html
The steps performed include Migrating the selected objects, and generating the SQL CREATE statements, as indicated in the next figure. Reverse engineered objects from the source RDBMS are automatically converted to MySQL compatible objects. Default ...