Search

Download this Manual
PDF (US Ltr) - 17.0Mb
PDF (A4) - 17.0Mb


Search Results
Displaying 1 to 10 of 94 total results
https://dev.mysql.com/doc/workbench/en/wb-view-overview-physical-schemas.html
The Physical Schemas panel of the MySQL Model page shows the active schemas and the objects that they contain. Expand and contract the Physical Schemas panel by clicking the arrow for the panel. MySQL Workbench provides the details of each physical ...When you save a new model, MySQL Workbench creates an icon in the models view of the home screen ...
https://dev.mysql.com/doc/workbench/en/wb-default-schema.html
When you first open MySQL Workbench a default schema, mydb appears as the leftmost tab of the Physical Schemas section of MySQL Workbench as the following figure shows. You can begin designing a database by using this default schema. Figure 9.32 ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-schema-creation.html
The SQL scripts generated for the migrated schema objects will now be executed in the target database. As the following figure shows, this is an automated step and the actions include: Create Script File, Connect to Target Database, and Create ...
https://dev.mysql.com/doc/workbench/en/wb-design-schema.html
Database change management is a complex process that involves maintaining different versions of database schemas and manually modifying existing databases. To help with this administration task, MySQL Workbench includes schema synchronization and ...You can compare two live databases, two models, or models with live databases, to visually see the differences and optionally perform a synchronization ...
https://dev.mysql.com/doc/workbench/en/wb-create-schema-objects.html
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 name. Additional objects such as views or routines can be added in the same way as ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html
It also lists the schemas on the server for that connection. Navigator Schemas Tab The Schemas tab shows available schema on the currently connected server. These items can be explored to show tables, views, and routines within the schema as the ...
https://dev.mysql.com/doc/workbench/en/wb-performance-reports.html
Performance schema based reports provide insight into the MySQL server operations through helpful high-level reports. MySQL Workbench uses the SYS views on the Performance Schema to generate over 20 reports to help analyze the performance of your ...Reports help analyze IO hotspots, discover high cost SQL statements, and review wait statistics and InnoDB engine ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-schemata.html
Fetch Schemas List The Schemas list is retrieved from both the source and target RDBMS. The account used for the connection will need to have appropriate privileges for listing and reading the schemas you want to migrate. The steps that are ...
https://dev.mysql.com/doc/workbench/en/wb-develop-object-management-inspector.html
The Schema Inspector and Table Inspector each include the ability to analyze and repair tables, and also view table metrics. Schema Inspector Use the Schema Inspector to browse general information from schema objects (shown in the figure that ...It ...
https://dev.mysql.com/doc/workbench/en/wb-model-overview-privileges.html
The Schema Privileges panel has the following sections, used to create users for your schemas and to define roles: Users Roles The following figure displays the Schema Privileges section of the MySQL Model tab. This action creates a role with the ...Figure 9.7 Roles and Privileges 9.1.1.5.1 Adding Users To add a user, double-click the Add User ...
Displaying 1 to 10 of 94 total results