Search



Search Results
Displaying 1741 to 1750 of 2219 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-general-info.html
MySQL NDB Cluster uses the MySQL server with the NDB storage engine. Support for the NDB storage engine is not included in standard MySQL Server 8.4 binaries built by Oracle. Instead, users of NDB Cluster binaries from Oracle should upgrade to the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-indexes.html
Indexes are used to find rows with specific column values quickly. Without an index, MySQL must begin with the first row and then read through the entire table to find the relevant rows. If the table has an index for the columns in question, MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/security-guidelines.html
Anyone using MySQL on a computer connected to the Internet should read this section to avoid the most common security mistakes. In discussing security, it is necessary to consider fully protecting the entire server host (not just the MySQL server) ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-installation.html
To avoid this overhead, do not install it unless you plan to use it. This section describes how to install or uninstall Version Tokens, which is implemented in a plugin library file containing a plugin and loadable functions. For general information ...
https://dev.mysql.com/doc/refman/8.4/en/xa-statements.html
To perform XA transactions in MySQL, use the following statements: XA {START|BEGIN} xid [JOIN|RESUME] XA END xid [SUSPEND [FOR MIGRATE]] XA PREPARE xid XA COMMIT xid [ONE PHASE] XA ROLLBACK xid XA RECOVER [CONVERT XID] For XA START, the JOIN and ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-encryption-options.html
These options are for creating encrypted single-file backups and for decrypting them. See Chapter 10, Encryption for Backups for more details and usage examples for the encryption and decryption functions of MySQL Enterprise Backup. --encrypt ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-prepare.html
int mysql_stmt_prepare(MYSQL_STMT *stmt, const char *stmt_str, unsigned long length) Description Given the statement handler returned by mysql_stmt_init(), prepares the SQL statement pointed to by the string stmt_str and returns a status value. You ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterspec.html
NdbClusterSpec contains the fields named and described in the following list: redundancyLevel (integer): The number of data replicas or copies of data stored by NDB Cluster. A redundancy level of 1 provides no fault tolerance in case of node ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
Version 8.0.23 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI.
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-setup.html
This guide sets up a basic Router REST API, adds basic authentication, and exposes a route to check Router's status. The REST API is configured using configuration sections and options are required to enable and use the REST API. For example, ...
Displaying 1741 to 1750 of 2219 total results