Search Results
https://dev.mysql.com/doc/workbench/en/wb-design-table-templates.html
Define table templates with commonly used columns and settings to create new tables from either a live connection or while creating an EER model. From the SQL editor, select Create Table Like from the Tables context menu, as shown in the next ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-table-search.html
Find data across a MySQL connection by using the text search feature on any number of tables and schemas. From the schema tree, select the tables, schemas, or both to search and then right-click the highlighted items and click Search Data Table ...
https://dev.mysql.com/doc/workbench/en/wb-develop.html
A set of visual tools to create, edit, and manage SQL queries, database connections, and objects.
https://dev.mysql.com/doc/workbench/en/wb-forward-engineering.html
It is possible to forward engineer a database using an SQL script or by connecting to a live database.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
For information about making a Microsoft SQL Server connection using the MySQL Workbench migration wizard, see Section 10.5.3.2, “Linux”. Many distributions ship older versions of FreeTDS, so it may need to be installed separately. Additionally, ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-prepare.html
To migrate schemas and data from Microsoft SQL Server for use with MySQL, ensure the following: The source SQL Server instance is running, and accepts TCP connections. You know the IP and port of the source SQL server instance. If you will be ...
https://dev.mysql.com/doc/workbench/en/wb-migration-install-odbc-drivers.html
You can also use it to create a data source for a specific database instance, to be connected using a previously configured driver. For each RDBMS, you need its corresponding ODBC driver, which must also be installed on the same machine that MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview.html
The Migration Wizard performs the following steps when migrating a database to MySQL: Connects to the source RDBMS and retrieves a list of available databases/schemas. Reverse engineers selected database/schemas into a internal representation ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-schema-creation.html
As the following figure shows, this is an automated step and the actions include: Create Script File, Connect to Target Database, and Create Schemas and Objects. The SQL scripts generated for the migrated schema objects will now be executed in the ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-backup-recovery.html
With an active MySQL connection tab open, select Backup Recovery from the Server menu to open the wizard in the current tab. The backup-recovery wizard is used to restore MySQL Enterprise Backup data. For more information about creating a backup ...