Search Results
https://dev.mysql.com/doc/workbench/en/wb-documenting-sakila.html
The following figure shows the output that was created using the File, Export, Export as PNG menu item. This chapter demonstrates the capabilities of MySQL Workbench as a documentation tool by using the sakila database, which is a database sample ...
https://dev.mysql.com/doc/workbench/en/wb-manage-server-connections.html
Connection actions: New Opens a separate Manage Server Connections dialog to create a new connection. The Manage Server Connections dialog is another way to manage MySQL connections. This dialog is invoked by either clicking the manage connections ...
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-wizard-connection.html
Choose an existing MySQL Workbench connection or select Manage Stored Connections from drop-down list to create a new MySQL connection. A connection is made to the source and target database servers. Source Connection Select the source RDBMS that ...
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 ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-schemata.html
Keep schemas as they are: Catalog.Schema.Table -> Schema.Table: This will create multiple databases, one per schema. Retrieve a list of available databases and choose the specific databases (and tables) that you want to migrate to MySQL. Fetch ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-remote-management.html
To access this tab, select a remote connection from the MySQL Connections pane or click New to create a new connection. The Remote Management tab is available when connecting to MySQL remotely, as the following figure shows.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections.html
This chapter describes how to create and manage MySQL connections.
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-backup-recovery.html
For more information about creating a backup using MySQL Workbench, see Section 6.7.2, “Online Backup”. The backup-recovery wizard is used to restore MySQL Enterprise Backup data. The wizard enables you to restore a backup from a folder, an ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup.html
Restores the MySQL server to a specific point in time, typically by restoring a backup that was created by the Online Backup feature in MySQL Workbench. Commercial releases of MySQL Workbench include a graphical interface that enables you to use ...