Search



Search Results
Displaying 2401 to 2410 of 4186 total results
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-clusterset-setting-options-channels.html
Specifies the compression level to use for connections to the replication source server that use the zstd compression algorithm. specifies the network namespace to use for TCP/IP connections to the replication source server or, if the MySQL ... The ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-connection-openid-oauth.html
To connect to a server using OpenID Connect, you must have an OpenID token file and an OpenID user on the target server. Note OpenID Connect authentication protocol is supported by MySQL Enterprise Edition, only. For example: CREATE USER ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-connection-using-files.html
Your MySQL connection id is 93 Server version: 8.0.31-commercial MySQL Enterprise Server - Commercial Default schema set to `sakila`. The following MySQL command line options are supported at the start of the command line: --print-defaults ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-json-run.html
The JSON import utility requires an existing X Protocol connection to the server. When importing data from MongoDB, convertBsonOid must always be set to true if you do not convert the BSON types, because MySQL Server requires the _id value to be ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/use-mysql-shell-execute-script.html
This enables you to automate processes using AdminAPI with scripts written in JavaScript or Python, which can be run using MySQL Shell's --file option. For example: $> mysqlsh --file setup-innodb-cluster.js Note Any command line options specified ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-asynchronous-function-reference.html
The following table summarizes the functions available for asynchronous interaction with the MySQL server. For greater detail, see the descriptions in Section 7.4, “C API Asynchronous Function Descriptions”.
https://dev.mysql.com/doc/c-api/9.7/en/c-api-asynchronous-interface-usage.html
The asynchronous C API functions cover operations that might otherwise block when reading to or writing from the server connection: The initial connection operation, sending a query, reading the result, and so forth. This section describes how to ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-function-reference.html
The following table summarizes the functions available for prepared statement processing. For greater detail, see the descriptions in Section 6.4, “C API Prepared Statement Function Descriptions”.
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-interface.html
The MySQL client/server protocol provides for the use of prepared statements. Another advantage of prepared statements is that it uses a binary protocol that makes data transfer between client and server more efficient. This capability uses the ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-ssl-session-reuse.html
As of MySQL 8.0.29, the server supports SSL session reuse by default, but only within a configurable timeout period after a user enables the feature. For a description of server-side and client-side operations, see Reusing SSL Sessions. This ...
Displaying 2401 to 2410 of 4186 total results