Search



Search Results
Displaying 1351 to 1360 of 1831 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
ZERO_DATE_TO_MIN Return SQL_NULL_DATA for zero date 16777216 Translates zero dates (XXXX-00-00) into the minimum date values supported by ODBC, XXXX-01-01. On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-export.html
Enter the desired name for the table after its import into the MySQL server, and click OK. Important Make sure that the information that you are exporting to the MySQL table is valid for the corresponding MySQL data types. Values that are valid ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-unix-tarball.html
To install the driver from a tarball distribution (.tar.gz file), download the latest version of the driver for your operating system and follow these steps, substituting the appropriate file and directory names based on the package you download ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows-debug.html
Replace Regular Build with Debug Build Manually copy Debug/lib/ files from the Zip package into the driver installation directory to replace the DLL and PDB files inside. The associated Debug files are bundled in its own Zip file, including two ...
https://dev.mysql.com/doc/connector-python/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. The Connector/Python ...
https://dev.mysql.com/doc/connector-python/en/connector-python-introduction.html
Note X DevAPI support was separated into its own package (mysqlx-connector-python) in Connector/Python 8.3.0. MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API ...
https://dev.mysql.com/doc/connector-python/en/connector-python-multi.html
Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter support. Note Before Connector/Python 9.2.0, the multi option was required to execute multiple statements. with ...
https://dev.mysql.com/doc/internals/en/authentication-after-com-change-user-command.html
During Command Phase, a client can send a COM_CHANGE_USER command which will trigger logging into a new account, including the authentication handshake. Similar to the initial authentication the server may reply with a OK_Packet or ERR_Packet for ...
https://dev.mysql.com/doc/internals/en/client-directory.html
The client library includes mysql.cc (the source of the mysql executable) and other utilities. Most of the utilities are mentioned in the MySQL Reference Manual. Generally these are standalone C programs which one runs in "client mode", that is, ...
https://dev.mysql.com/doc/internals/en/cmake-build-options-official-mysql.html
Also, some storage engines are linked statically into mysqld (for example, ARCHIVE). To use them, use the -DBUILD_CONFIG=mysql_release CMake option: Unix (Makefiles) mkdir bld cd bld cmake .. -DBUILD_CONFIG=mysql_release make Visual Studio (from the ...
Displaying 1351 to 1360 of 1831 total results