Search



Search Results
Displaying 841 to 850 of 5220 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-basic.html
Note While the MySQL data type used in the example is actually TEXT, the same principles apply /* ndbapi_blob.cpp: Illustrates the manipulation of BLOB (actually TEXT in this example). */ #ifdef _WIN32 #include <winsock2.h> #endif #include <mysql.h> ... This example illustrates the manipulation of a blob column in the NDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
Note While the MySQL data type used in the example is actually TEXT, the same principles apply /* ndbapi_blob_ndbrecord Illustrates the manipulation of BLOB (actually TEXT in this example). */ #ifdef _WIN32 #include <winsock2.h> #endif #include ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-client-connections.html
The client connection browser lists the active and sleeping MySQL client connections, and adds the ability to kill statements and connections, and view additional connection details and attributes. Only basic connection information is available for ...The following figure shows an example of client connection information for a local ...
https://dev.mysql.com/doc/connectors/en/connector-j-overview.html
MySQL provides connectivity for client applications developed in the Java programming language with MySQL Connector/J. MySQL Connector/J is a JDBC Type 4 driver, implementing the JDBC 4.2 specification. The Type 4 designation means that the driver ...Connector/J implements the Java Database Connectivity (JDBC) API, as well as a number of value-adding extensions of ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-yum.html
The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages using the MySQL Yum repository. You must have the MySQL Yum repository on your system's repository list (see Adding the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-yum.html
The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages using the MySQL Yum repository. You must have the MySQL Yum repository on your system's repository list (see Adding the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-overview.html
This connector differs in a number of key respects from most other MySQL Connectors and APIs. The mysql driver uses a MySQL Server for its data source, and depends on the node-mysql Node.js module from https://github.com/felixge/node-mysql/. In ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/index.html
Abstract This document contains release notes for the changes in recent releases of MySQL Connector/C++. For additional MySQL Connector/C++ documentation, see MySQL Connector/C++ 9.5 Developer Guide. If a recent version is listed here that you ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-4-0.html
(WL #15968) Known limitation of this release: because the mysql_native_password authentication plugin is disabled by default as of MySQL Server 8.4.0, some unit tests may generate errors unless the plugin is enabled. (Bug #36278302) Functionality ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-0-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed For the ANSI driver, converting to and from the character set specified by the CHARSET connection option is now performed by the MySQL server rather than being done inside the ...(WL #16171) The charset connection option is now deprecated for the Unicode driver, and setting it to a non-empty value via SQLConnect() or SQLDriverConnect() emits a ...
Displaying 841 to 850 of 5220 total results