Search Results
https://dev.mysql.com/doc/workbench/en/wb-forward-engineering-sql-scripts.html
Forward engineering enables you to create a script of your database model. 9.4.1.1.1 Creating a Schema With the MySQL Model (model-name.mwb) tab open, click File, Export, and then Forward Engineer SQL CREATE Script to start the Forward Engineer SQL ...You may export a script to alter an existing database or create a new ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-object-selection.html
Use the Show Selection button in order to disable individual table objects from being migrated. Objects discovered by the Reverse Engineer Source stage are made available here. Valid objects include Table, View, and Routine objects, with only the ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ssl-wizard.html
You might disable this if you already generated SSL certificates but forgot where the files are located, or how to configure them. This wizard helps create SSL certificates for both MySQL clients and MySQL servers. Connections in MySQL Workbench ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-modeling.html
This section provides configuration options that affect the modeling functionality in MySQL Workbench (see the figure that follows). Model undo history size: [ 10 ] You can limit the size of the undo history here. Auto-save model interval: [ 1 ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-create-script.html
To reverse-engineer a database using a create script, do one of the following: On the home screen, select the model view from the sidebar, click (>) next to Models, and then click Reverse Engineer MySQL Create Script. With a model selected and its ...Tables, views, routines, routine groups, indexes, keys, and constraints can be imported from an SQL script ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-live.html
Select fewer elements to create the EER diagram." In this case, execute the reverse engineering wizard with this option disabled, manually create the EER diagram, and then import the 250+ objects using the EER diagram catalog viewer. If you import ... To reverse-engineer a live database, click Database and then Reverse Engineer from the ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
Important change: MySQL model files last saved before MySQL Workbench 6.3 are no longer supported unless the models can be upgraded for use with the 6.3 release series. A new auto-completion engine was added for use with object editors (triggers, ...
https://dev.mysql.com/doc/workbench/en/workbench-reporting-bugs.html
The following is a list of tips and information that is helpful for reporting a MySQL Workbench bug. A useful bug report includes: The exact steps taken to repeat the bug, ideally as a video if the bug is tricky to repeat. The error messages, which ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-opentelemetry.html
Enabling and Disabling Tracing By default, the connector generates spans only when an instrumented application links with the required OpenTelemetry SDK libraries and configures the trace exporter to send trace data to some destination. For ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-networking.html
socksProxyHost Name or IP address of a SOCKS host to connect through. Default Value 1080 Since Version 5.1.34 socketFactory The name of the class that the driver should use for creating socket connections to the server. This class must implement ...