Search Results
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-cpp.html
To include the JDBC connector in the build, enable the WITH_JDBC option: -DWITH_JDBC=ON Note If you configure and build the test programs later, use the same CMake options to configure them as the ones you use to configure Connector/C++ (-G, ... To ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-introduction.html
For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release Notes. Note The legacy JDBC connector in Connector/C++ 9.3 is based on the connector provided by Connector/C++ 1.1. MySQL Connector/C++ is a MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-connection-compression-xdevapi.html
Note When specifying compression algorithms with xdevapi.compression-algorithms, the aliases zstd, lz4, and deflate can be used in place of zstd_stream, lz4_message, and deflate_stream, respectively. The option takes a list of triplets separated by ... Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-datetime-types-processing.html
Please note that setting a value to 'connectionTimeZone' in conjunction with "forceConnectionTimeZoneToSession=false" and "preserveInstants=false" has no effect since, in this case, neither this option is used to change the session time zone nor ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-both-openssl.html
Note Connector/ODBC 8.0 and higher link to OpenSSL dynamically while earlier Connector/ODBC versions link to OpenSSL statically. Note The TLSv1.0 and TLSv1.1 connection protocols were deprecated in Connector/ODBC 8.0.26 and removed in version 8.0.28. If Connector/ODBC is connecting securely with the MySQL server and the application using the connection makes calls itself to an OpenSSL library, the application might then fail, as two copies of the OpenSSL library will then be in ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-dll.html
Note Multiple Zip files are available: 32-bit and 64-bit, and (as of 8.0.31) a separate Debug Zip file that includes PDB files and unit tests. If you have downloaded the zipped DLL package: Unzip the installation files to the location you want it ...
https://dev.mysql.com/doc/connectors/en/connector-python-installation-source.html
Installing Connector/Python from Source Code Using pip Note We recommend leveraging python virtual environments to encapsulate the package installation instead of installing packages directly into the Python system environment. Source distributions ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-both-openssl.html
Note Connector/ODBC 8.0 and higher link to OpenSSL dynamically while earlier Connector/ODBC versions link to OpenSSL statically. Note The TLSv1.0 and TLSv1.1 connection protocols were deprecated in Connector/ODBC 8.0.26 and removed in version 8.0.28. If Connector/ODBC is connecting securely with the MySQL server and the application using the connection makes calls itself to an OpenSSL library, the application might then fail, as two copies of the OpenSSL library will then be in ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows-dll.html
Note Multiple Zip files are available: 32-bit and 64-bit, and (as of 8.0.31) a separate Debug Zip file that includes PDB files and unit tests. If you have downloaded the zipped DLL package: Unzip the installation files to the location you want it ...
https://dev.mysql.com/doc/internals/en/com-query-response.html
Note Not all Table Column Types have a representation in the Text or Binary protocol. Image description If it is not a valid Protocol::LengthEncodedInteger it is either a ERR_Packet or a Protocol::LOCAL_INFILE_Request. Image description 14.6.4.1.1 ...