Search Results
https://dev.mysql.com/doc/connector-python/en/connector-python-cext-development.html
If the C extension is not available on the system then use_pure is True. On Linux, the C and Python implementations are available as different packages. You can install one or both implementations on the same system. For Connector/Python ...
https://dev.mysql.com/doc/connector-python/en/connector-python-installation.html
Make sure Python is installed on your platform: Python comes preinstalled on most Unix and Unix-like systems, such as Linux, macOS, and FreeBSD. If your system does not have Python preinstalled for some reasons, use its software management system to ...
https://dev.mysql.com/doc/connector-python/en/using-the-mysql-yum-repository.html
RedHat Enterprise Linux and Oracle Linux platforms can install Connector/Python using the MySQL Yum repository (see Adding the MySQL Yum Repository and Installing Additional MySQL Products and Components with Yum). Prerequisites For installing X ...
https://dev.mysql.com/doc/internals/en/cmake-installation.html
In the following instructions, the CMake download page is http://www.cmake.org/cmake/resources/software.html. Mac OS X To download and install the latest distribution from the CMake download page, download the .dmg image and open it. Alternatively, ...
https://dev.mysql.com/doc/internals/en/cmake-prerequisites.html
On OpenSolaris/Solaris Express, you must install m4 in addition to bison. On Windows, install bison into a directory whose path name does not contain spaces, not into the default location.
https://dev.mysql.com/doc/internals/en/dbug-directory.html
Rather, it's a set of public-domain routines which are useful for debugging MySQL programs. The MySQL Server and all .c and .cc programs support the use of this package. How it works: One inserts a function call that begins with DBUG_* in one of the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
Error Handling Legacy (JDBC API) Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Error Handling If an application tries to obtain a result set from a statement that does not produce one, an exception occurs. For ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
Compilation Notes Packaging Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Compilation Notes To simplify building the legacy JDBC connector with Linux distributions that do not ship static libraries, the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The following synonyms for the Server connection string option were deprecated in Connector/NET 8.0.22 and removed in 8.0.23: address, addr, and ...