Search



Search Results
Displaying 3981 to 3990 of 4186 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration.html
DSN information can be user-specific, system-specific, or provided in a special file. Before you connect to a MySQL database using the Connector/ODBC driver, you configure an ODBC Data Source Name (DSN). The DSN associates the various configuration ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-deb.html
Connector/ODBC Debian packages (.deb files) are available (as of v8.0.20) for Debian or Debian-like Linux systems from the Connector/ODBC downloads page. The two package types are: mysql-connector-odbc: This driver package installs MySQL ODBC ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-yum.html
You must have the MySQL Yum repository on your system's repository list (see Adding the MySQL Yum Repository for details). The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-development.html
To just get MySQL Connector/ODBC up and running on your system, use a standard release distribution. Caution This section is only for users who are interested in helping us test our new code. To check out the latest source code, visit GitHub: ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-api.html
Table 7.8 ODBC API Calls for Obtaining Information about the Data Source's System Tables (Catalog Functions) Item Function Name Connector/ODBC Supports? Standard Purpose SQLColumnPrivileges Yes ODBC Returns a list of columns and associated ...For ...
https://dev.mysql.com/doc/connector-python/en/connector-python-option-files.html
To find out which option files the standard clients read on your system, invoke one of them with its --help option and examine the output. (For general information about option files in MySQL, see Using Option Files.) Two arguments for the connect() ...
https://dev.mysql.com/doc/connector-python/en/differences-between-binary-and-source-distribution.html
Installing from a wheel (bdist package) is the recommended, except for Enterprise Linux systems, on which the RPM-based installation method may be preferred. Wheels can be directly and easily installed without an extra build step. However, a wheel ...
https://dev.mysql.com/doc/internals/en/cmake-installation.html
Other Unix systems Precompiled packages for other Unix flavors (HPUX, AIX) are available from the CMake download page. In the following instructions, the CMake download page is http://www.cmake.org/cmake/resources/software.html. Mac OS X To ...
https://dev.mysql.com/doc/internals/en/debug-configurations.html
This includes DBUG instrumentation, plus wrappers around pthread mutexes known as SAFE_MUTEX on Unix systems. Using Makefiles, a debug build is done with -DCMAKE_BUILD_TYPE=Debug (an alias for this is -DWITH_DEBUG=1). If Visual Studio or Xcode ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-mysys.html
The next major directory is labelled mysys, which stands for MySQL System Library. This is the toolbox directory, for example it has low level routines for file access. The .c files in mysys have procedures and functions that are handy for calling ...
Displaying 3981 to 3990 of 4186 total results