Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-blob-clob-processing.html
blobSendChunkSize Chunk size to use when sending BLOB/CLOBs via server-prepared statements. Since Version 5.0.0 emulateLocators Should the driver emulate 'java.sql.Blob' with locators? With this feature enabled, the driver will delay loading the ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-known-issues-limitations.html
To use Windows named pipes for connections, the MySQL Server that Connector/J wants to connect to must be started with the system variable named_pipe_full_access_group; see Section 3.5.11, “Connecting Using Named Pipes” for details. The ...In ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-entityframework.html
BackoffAlgorithmErr2013 Backoff algorithm customized for MySQL error code 2013 - Lost connection to MySQL server during query. BackoffAlgorithmErr2006 Backoff algorithm customized for MySQL error code 2006 - MySQL server has gone away. Classes ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-catalog-schema.html
This would suggest that CATALOG equals a SCHEMA, which is incorrect, but in the MySQL Server context they would be the same thing. However, some software such as MS SQL Server might try do so through the linked server objects. Many relational ...
https://dev.mysql.com/doc/connectors/en/connector-python-introduction.html
MySQL Connector/Python includes support for: Almost all features provided by MySQL Server version 8.0 and higher. Note Connector/Python does not support the old MySQL Server authentication methods, which means that MySQL versions prior to 4.1 will ... MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API Specification v2.0 (PEP ...
https://dev.mysql.com/doc/connectors/en/connectors-apis.html
MySQL Connectors provide connectivity to the MySQL server for client programs. The MySQL C API For direct access to using MySQL natively within a C application, the C API provides low-level access to the MySQL client/server protocol through the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-entityframework.html
BackoffAlgorithmErr2013 Backoff algorithm customized for MySQL error code 2013 - Lost connection to MySQL server during query. BackoffAlgorithmErr2006 Backoff algorithm customized for MySQL error code 2006 - MySQL server has gone away. Classes ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-functionality-catalog-schema.html
This would suggest that CATALOG equals a SCHEMA, which is incorrect, but in the MySQL Server context they would be the same thing. However, some software such as MS SQL Server might try do so through the linked server objects. Many relational ...
https://dev.mysql.com/doc/connector-python/en/connector-python-introduction.html
MySQL Connector/Python includes support for: Almost all features provided by MySQL Server version 8.0 and higher. Note Connector/Python does not support the old MySQL Server authentication methods, which means that MySQL versions prior to 4.1 will ... MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API Specification v2.0 (PEP ...
https://dev.mysql.com/doc/internals/en/debug-sync-facility.html
MySQL supports a Debug Sync Facility, which - in spite of the "debug" in its name - is completely independent from the DBUG facility (except that it uses DBUG to trace its operation, if DBUG is also configured in the server). The documentation here ...When the signal thread notifies the wait thread, the signal name is copied into global list and the wait thread is signalled to wake up and proceed with further ...