Search Results
https://dev.mysql.com/doc/workbench/en/wb-manage-server-connections.html
The Manage Server Connections dialog is another way to manage MySQL connections. This dialog is invoked by either clicking the manage connections icon () on the home screen or by selecting Database and then Manage Connections from the main menu. It ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection-windows.html
Select Microsoft SQL Server as the database system and fill out the remaining options as described in this section. Figure 10.42 SQL Server Connection Parameters Example on Windows Database System: Microsoft SQL Server Connection Method: choose ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
Many distributions ship older versions of FreeTDS, so it may need to be installed separately. Additionally, the FreeTDS version provided by distributions may also be compiled for the wrong ODBC library (usually to unixODBC instead of iODBC, which ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-windows.html
Microsoft Windows XP and newer includes at least one ODBC driver for Microsoft SQL Server, so additional actions are likely not required on your system. Multiple SQL Server driver options exist, as described in this section. You can check your ODBC ...
https://dev.mysql.com/doc/workbench/en/wb-migration-install-odbc-drivers.html
For each RDBMS, you need its corresponding ODBC driver, which must also be installed on the same machine that MySQL Workbench is running on. This driver is usually provided by the RDBMS manufacturer, but in some cases they can also be provided by ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-object-selection.html
Objects discovered by the Reverse Engineer Source stage are made available here. Valid objects include Table, View, and Routine objects, with only the Table objects being selected by default (see the figure that follows). Use the Show Selection ...
https://dev.mysql.com/doc/workbench/en/wb-model-editor.html
When the Model Editor is executed from the home screen, MySQL Workbench displays the MySQL Model tab. The MySQL Model page has three main panels, as shown in the following figure. Figure 9.3 The MySQL Model Page The Description Editor and User ...
https://dev.mysql.com/doc/workbench/en/wb-modules.html
In the GRT Modules are libraries containing a list of functions that are exported for use by code in other modules, scripts, or Workbench itself. Modules can be written in C++ or Python, but the data types used for arguments and the return value ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-instance-server-logs.html
The Administration - Server Logs tab displays log information for the MySQL server represented by each connection tab. For each connection, the Administration - Server Logs tab includes additional tabs for the general error logs and the slow logs ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ssl-wizard.html
This wizard helps create SSL certificates for both MySQL clients and MySQL servers. Connections in MySQL Workbench are updated with the certificates by the wizard. An example MySQL configuration file (my.cnf / my.ini) is also generated that ...