Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-2-0.html
Version 9.2.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 9.2.0 supersedes 9.1 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It supports the Java Database ...
https://dev.mysql.com/doc/workbench/en/wb-installing.html
Binary distributions of MySQL Workbench are available for the preceding platforms. Source code distributions are also available as a tar.gz package, or an RPM package. The sections in this chapter explain the installation process for each of these ...
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-install-odbc-libraries.html
Note This section may be skipped when using a MySQL Workbench binary that is provided by Oracle. Linux iODBC: MySQL Workbench binaries provided by Oracle already include iODBC and no additional action is required. If you compile it yourself, you ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-utilities.html
MySQL Utilities is a package of utilities that are used for maintenance and administration of MySQL servers. These utilities encapsulate a set of primitive commands, and bundles them so they can be used to perform macro operations with a single ...
https://dev.mysql.com/doc/workbench/en/wb-requirements.html
MySQL Workbench is available on a number of operating systems and platforms. For information about those platforms that are officially supported, see https://www.mysql.com/support/supportedplatforms/workbench.html on the MySQL website. General ...
https://dev.mysql.com/doc/workbench/en/wb-scripting-modules-palettes.html
The Workbench Scripting Shell features the Files, Globals, Classes, Modules, and Notifications tabs, in addition to the main Shell tab. Files Tab The Files tab lists folders and files for user-defined (custom) script files. The file-browser ...
https://dev.mysql.com/doc/workbench/en/wb-windows-uninstalling.html
The method for uninstalling MySQL Workbench depends on how you installed MySQL Workbench. Removing MySQL Workbench After Installation Using the Installer Package To uninstall MySQL Workbench, do one of the following: From Start, select Settings and ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-general-considerations.html
This section discusses general considerations to keep in mind when building Connector/C++ applications. For information that applies to particular platforms, see the section that applies to your platform in Section 2.5.2, “Building Connector/C++ ...
https://dev.mysql.com/doc/connectors/en/connector-j-installing-source.html
Caution You need to install Connector/J from source only if you want to build a customized version of Connector/J or if you are interested in helping us test our new code. To just get MySQL Connector/J up and running on your system, install ...