Search



Search Results
Displaying 31 to 40 of 43 total results
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-management.html
The figure that follows shows the sakila database ready for export. Use this wizard to either export or import SQL generated from MySQL Workbench or with the mysqldump command. Access these wizards from either the Navigator area of the sidebar, or ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-workflow-server.html
MySQL Configurator performs the initial configuration, a reconfiguration, and also functions as part of the uninstallation process. Note Full permissions are granted to the user executing MySQL Configurator to all generated files, such as my.ini.
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
For an example of a PNG file, see Figure 9.35, “The sakila Database EER Diagram”. Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench Commercial Editions.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgm.html
Output if successful is similar to what is shown here: >$ ndb_mgm --test-tls Connected to Management Server at: sakila:1186 >$ See Section 25.6.19.5, “TLS Link Encryption for NDB Cluster”, for more information. The ndb_mgm management client ...
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 ...
https://dev.mysql.com/doc/workbench/en/wb-model-overview-privileges.html
The following figure shows the film table object from the sakila schema with INDEX, INSERT, SELECT, and TRIGGER selected for the role1 role. The Schema Privileges panel has the following sections, used to create users for your schemas and to define ...
https://dev.mysql.com/doc/refman/8.4/en/ibd2sdi.html
ibd2sdi is a utility for extracting serialized dictionary information (SDI) from InnoDB tablespace files. ibd2sdi can be run on file-per-table tablespace files (*.ibd files), general tablespace files (*.ibd files), system tablespace files (ibdata* ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-create-script.html
For a tutorial on reverse engineering the sakila database, see Section 9.3.3, “Importing a Data Definition SQL Script”. To reverse-engineer a database using a create script, do one of the following: On the home screen, select the model view ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html
This is an example of a simple single-host connection URL: jdbc:mysql://host1:33060/sakila host can be an IPv4 or an IPv6 host name string, and in the latter case it must be put inside square brackets, for example “[1000:2000::abcd].” When host ... This section explains the syntax of the URLs for connecting to ...
https://dev.mysql.com/doc/workbench/en/wb-using-layer-tool.html
The following figure shows a layer named "My Sakila Views" with several views: Figure 9.18 The Layer Object To open the layer editor, either double-click the layer or right-click the layer and choose the edit option. To add layers to an EER ...
Displaying 31 to 40 of 43 total results