Search



Search Results
Displaying 2961 to 2970 of 3609 total results
https://dev.mysql.com/doc/refman/8.4/en/keyring-service.html
MySQL Server supports a keyring service that enables internal components and plugins to securely store sensitive information for later retrieval. MySQL distributions provide a keyring interface that is accessible at two levels: At the SQL level, as ...
https://dev.mysql.com/doc/refman/8.4/en/large-page-support.html
Some hardware and operating system architectures support memory pages greater than the default (usually 4KB). The actual implementation of this support depends on the underlying hardware and operating system. Applications that perform a lot of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-calendar.html
MySQL uses what is known as a proleptic Gregorian calendar. Every country that has switched from the Julian to the Gregorian calendar has had to discard at least ten days during the switch. To see how this works, consider the month of October 1582, ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-backup.html
The next few sections describe how to prepare for and then to create an NDB Cluster backup using the functionality for this purpose found in the ndb_mgm management client. To distinguish this type of backup from a backup made using mysqldump, we ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-file.html
Configuring NDB Cluster requires working with two files: my.cnf: Specifies options for all NDB Cluster executables. This file, with which you should be familiar with from previous work with MySQL, must be accessible by each executable running in ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-configuration.html
A MySQL server that is part of an NDB Cluster differs in one chief respect from a normal (nonclustered) MySQL server, in that it employs the NDB storage engine. This engine is also referred to sometimes as NDBCLUSTER, although NDB is preferred. To ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-connection-strings.html
This connection string is used in establishing a connection to the management server as well as in performing other tasks depending on the node's role in the cluster. An NDB Cluster data or API node attempts to contact successive management servers ... With the exception of the NDB Cluster management server (ndb_mgmd), each node that is part of an NDB Cluster requires a connection string that points to the management server's ...
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-cluster-install-linux.html
While the next few sections refer to a Linux operating system, the instructions and procedures given there should be easily adaptable to other supported Unix-like platforms. Each NDB Cluster host computer must have the correct executable programs ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-service.html
Once you are satisfied that NDB Cluster is running as desired, you can install the management nodes and data nodes as Windows services, so that these processes are started and stopped automatically whenever Windows is started or stopped. This also ...
Displaying 2961 to 2970 of 3609 total results