Search



Search Results
Displaying 761 to 770 of 3428 total results
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/mysql-em-plugin/en/myoem-config-metric-replicationreplica-category.html
Load Tmpdir The name of the directory where the replica creates temporary files for replicating LOAD DATA INFILE statements. Source User The user name of the account used to connect to the source. Read Only Enabled When this property is enabled, the ... Lists the Replication Replica configuration metrics and provides a brief description of ...
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/relnotes/mysql/8.4/en/news-8-4-5.html
This prevented both analyzing the problem (using, for example, SHOW CREATE TABLE) and addressing it (such as with an ALTER TABLE ... We then try to open such tables, and if we fail to do so, we alert the user. ABORT is the default; this enables the ...(Bug #37570206) Audit Log Notes <COMMAND_CLASS> was not populated for ...
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
The size of a connection pool is configurable at pool creation time. To create a connection pool implicitly: Open a connection and specify one or more pool-related arguments (pool_name, pool_size). For example: dbconfig = { "database": "test", ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
The size of a connection pool is configurable at pool creation time. To create a connection pool implicitly: Open a connection and specify one or more pool-related arguments (pool_name, pool_size). For example: dbconfig = { "database": "test", ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This memory is held for the lifetime of the object, and once used in this way by the Ndb object, the only way to free this memory is to destroy the object (and then to create a new instance if desired). Ndb Class Constructor Description This creates ... This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB ...
https://dev.mysql.com/doc/refman/8.4/en/windows-installation.html
MySQL Configurator automatically configures MySQL Server, creates an options file, starts the server, enables you to create default user accounts, and more. Users should make sure the package has been installed on the system before installing the ...
Displaying 761 to 770 of 3428 total results