Search



Search Results
Displaying 51 to 60 of 1104 total results
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
If both compression and encryption are enabled, compression occurs before encryption. If both compression and encryption are enabled, compression occurs before encryption. Retrieve the keyring password like this: SELECT ... This section describes ...
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-more-topics.html
Both MYSQL_USER and MYSQL_PASSWORD are required for a user to be created—if any of the two variables is not set, the other is ignored. If both variables are set but MYSQL_DATABASE is not, the user is created without any privileges. It is ...A ...
https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption-usage.html
Use the public key to encrypt data and the private key to decrypt it This example works with both the component functions and the legacy functions. To use MySQL Enterprise Encryption in applications, invoke the functions that are appropriate for ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-configuration.html
By default, log_error_services has the value shown here: mysql> SELECT @@GLOBAL.log_error_services; +----------------------------------------+ | @@GLOBAL.log_error_services | +----------------------------------------+ | log_filter_internal; ... In ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
NDB and NDBCLUSTER are both names for the storage engine that enables clustering support with MySQL. NDB Cluster Replication (also sometimes known as “geo-replication”) includes the capability to replicate both between two NDB Clusters, and from ... In the following section, we answer questions that are frequently asked about MySQL NDB Cluster and the NDB storage ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
This way both the user and the server are able to verify each other's identity. This step can be skipped or partially skipped if the TGT, ST, or both are already cached locally. For example, you cannot create MySQL accounts that correspond to both ... Note Kerberos pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/multiple-tables.html
An INNER JOIN permits rows from either table to appear in the result if and only if both tables meet the conditions specified in the ON clause. Because the name column occurs in both tables, you must be specific about which table you mean when ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-top.html
This option or --text must be true; both options may be true. This option or --os-load must be true; both options may be true. This option or --measured-load must be true; both options may be true. This option or --graph must be true; both options ... ndb_top displays running information in the terminal about CPU usage by NDB threads on an NDB Cluster data ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-gtids.html
The different modes are: OFF: Both new and replicated transactions must be anonymous. If the server has no existing GTIDs, as in the case of an empty server that you are provisioning with a backup of an existing database, both methods have the same ... The MySQL Server system variables described in this section are used to monitor and control Global Transaction Identifiers ...
https://dev.mysql.com/doc/refman/8.4/en/timestamp-initialization.html
For any TIMESTAMP or DATETIME column in a table, you can assign the current timestamp as the default value, the auto-update value, or both: An auto-initialized column is set to the current timestamp for inserted rows that specify no value for the ...
Displaying 51 to 60 of 1104 total results