Search Results
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-macos.html
See the FreeTDS setup notes for Linux, Section 10.5.2.2, “Linux”.
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/apis-php-introduction.html
PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is available for most operating systems and Web servers, and can access most common databases, including MySQL. PHP may be run as a separate ...
https://dev.mysql.com/doc/connectors/en/apis-php.html
This chapter describes the PHP extensions and interfaces that can be used with MySQL. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-generic-linux-notes.html
This section describes aspects of building Connector/C++ applications that are specific to Linux. For general application-building information, see Section 2.5.1, “Building Connector/C++ Applications: General Considerations”. Note Connector/C++ ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-macos-notes.html
This section describes aspects of building Connector/C++ applications that are specific to macOS. For general application-building information, see Section 2.5.1, “Building Connector/C++ Applications: General Considerations”. The binary ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-opentelemetry.html
For applications that use the legacy JDBC API (that is, not X DevAPI or X DevAPI for C) on Linux systems and use OpenTelemetry (OTel) instrumentation, the connector adds query and connection spans to the trace generated by application code and ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
-DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution packages. -DCMAKE_BUILD_TYPE=type The type of build to produce: Debug: Disable optimizations and generate debugging information.
https://dev.mysql.com/doc/connectors/en/connector-j-binary-installation.html
Obtaining and Using the Binary Distribution Packages Different types of binary distribution packages for Connector/J are available from the Connector/J Download page. The following explains how to use each type of the packages to install ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER ...