Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-connection-compression-xdevapi.html
The priority for negotiation follows the order the algorithms appear in the list. Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and later. General details about this feature can be found in ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using SSL. There is a performance penalty for enabling connection encryption, the severity of which depends on multiple factors ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL Connector/J. Questions 3.14.1: When I try to connect to the database with MySQL Connector/J, I get the following exception: ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob-reading.html
Use of the GetOrdinal method prevents errors if the column order of the SELECT query is changed. After a file is loaded into the file table, we can use the MySqlDataReader class to retrieve it. The GetBytes method of the MySqlDataReader is used to ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-fetchall.html
Syntax: rows = cursor.fetchall() The method fetches all (or all remaining) rows of a query result set and returns a list of tuples. If no more rows are available, it returns an empty list.
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
If the pool_name argument is not given, the connect() call automatically generates the name, composed from whichever of the host, port, user, and database connection arguments are given, in that order. Simple connection pooling is supported that ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob-reading.html
Use of the GetOrdinal method prevents errors if the column order of the SELECT query is changed. After a file is loaded into the file table, we can use the MySqlDataReader class to retrieve it. The GetBytes method of the MySqlDataReader is used to ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-fetchall.html
Syntax: rows = cursor.fetchall() The method fetches all (or all remaining) rows of a query result set and returns a list of tuples. If no more rows are available, it returns an empty list.
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
If the pool_name argument is not given, the connect() call automatically generates the name, composed from whichever of the host, port, user, and database connection arguments are given, in that order. Simple connection pooling is supported that ...
https://dev.mysql.com/doc/internals/en/files-in-mysql-sources.html
Then, for each directory, in alphabetical order, a longer description is supplied. This is a description of the files that you get when you download the source code of MySQL. This description begins with a list of the main directories and a short ...