Search Results
https://dev.mysql.com/doc/mysqld-version-reference/en/options-variables.html
The following table shows all the options and variables available in MySQL Server. Intr: The version or versions in which the item was introduced. Depr: The version or versions in which the item was deprecated. Removed: The version or versions in ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
The Session interface represents a user's or application's individual connection to an NDB Cluster. It contains methods for the following operations: Finding persistent instances by primary key Creating, updating, and deleting persistent instances ... This section discusses the ClusterJ API and the object model used to represent the data handled by the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
The socket file can be given in a connection string or in the session creation options. (WL #10981) Bugs Fixed Creating a TLS session with only the ssl-ca option specified could succeed, although it should fail if ssl-mode is not also specified.
https://dev.mysql.com/doc/connector-j/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...Popular logging frameworks such as java.util.logging, logback, and log4j are supported by ...
https://dev.mysql.com/doc/refman/8.4/en/audit-api-message-emit.html
Because installing and uninstalling the audit_api_message_emit component installs and uninstalls the audit_api_message_emit_udf() function that the component implements, it is not necessary to use CREATE FUNCTION or DROP FUNCTION to do so. The ...
https://dev.mysql.com/doc/refman/8.4/en/replication-asynchronous-connection-failover.html
The same replication user account and password must exist on all the source servers in the source list for the channel. In this situation, the replication channel and the replication user account and password for the channel must be set up on all ...
https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
Use the DBDoc- Model Reporting dialog to set the options for creating documentation of your database models. The following variables may be used to configure the output path: ~: The home directory of the user. Platform Typical Default Documents ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-component-usage.html
Masking functions provide strict and relaxed masking of Primary Account numbers. Because it cannot be guaranteed that the number generated is not assigned to a legitimate payment account, the result of gen_rnd_pan() should never be displayed, other ... Before using MySQL Enterprise Data Masking and De-Identification, install it according to the instructions provided at Section 8.5.2.1, “MySQL Enterprise Data Masking and De-Identification Component ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-procedure.html
Create a MySQL user named mcmd on each SQL node, and grant root privileges to the user. Create and configure “target” cluster under MySQL Cluster Manager control Install MySQL Cluster Manager and start mcmd on all hosts with the same system user ...Create and configure in MySQL Cluster Manager a “target” cluster whose configuration matches that of the “wild” ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-crud-operations.html
This section explains how to use the X DevAPI for Create Read, Update, and Delete (CRUD) operations. X DevAPI extends this domain by adding support for CRUD operations that can be run against collections of documents.