Search



Search Results
Displaying 51 to 60 of 1548 total results
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-error-handling.html
Prior to NDB 7.4.8, this function was not safe for use with NULL. In later versions, ndb_mgm_get_latest_error() is null-safe but returns an arbitrary value. Prior to NDB 7.4.8, this function was not safe for use with NULL. In later versions, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
16.7: I get an ER_NET_PACKET_TOO_LARGE exception, even though the binary blob size I want to insert using JDBC is safely below the max_allowed_packet size. throw sqlEx; } } } } while (!transactionCompleted && (retryCount > 0)); } Note Use of the ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
--ssl-mode=mode Command-Line Format --ssl-mode=mode Type Enumeration Default Value PREFERRED Valid Values DISABLEDPREFERREDREQUIREDVERIFY_CAVERIFY_IDENTITY This option specifies the desired security state of the connection to the server. These mode ...--ssl-fips-mode={OFF|ON|STRICT} Command-Line Format --ssl-fips-mode={OFF|ON|STRICT} Deprecated Yes Type Enumeration Default Value OFF Valid Values OFFONSTRICT Controls whether to enable FIPS mode on the client ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
It has no effect if ssl-mode=DISABLED, and overrides (disables) the related NO_TLS_X_Y connection options such as NO_TLS_1_2. authentication-kerberos-mode Kerberos implementation SSPI Acceptable values are "SSPI" (default) or "GSSAPI". OPENTELEMETRY ...On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
It has no effect if ssl-mode=DISABLED, and overrides (disables) the related NO_TLS_X_Y connection options such as NO_TLS_1_2. authentication-kerberos-mode Kerberos implementation SSPI Acceptable values are "SSPI" (default) or "GSSAPI". OPENTELEMETRY ...On Unix and macOS, use the parameter name and value as the keyword/value pair in the DSN ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
Unless those objects are installed, the audit_log plugin operates in (deprecated) legacy mode. If these tables are missing, the audit_log plugin operates in (deprecated) legacy mode. If this function fails, an error message is returned and the audit ...Audit Log Tables MySQL Enterprise Audit uses tables in the mysql system database for persistent storage of filter and user account ...
https://dev.mysql.com/doc/refman/8.4/en/myisamchk-repair-options.html
An option value of 0 disables updates to all indexes, which can be used to get faster inserts. You should try --safe-recover only if myisamchk reports that the table cannot be recovered using --recover. --safe-recover, -o Command-Line Format ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
If a transaction-safe engine such as InnoDB is being used, a transaction is either completed on the replica or not applied at all, but replication does not guarantee that all data on the source and the replica remains consistent at all times. Also, ... In the following section, we answer questions that are frequently asked about MySQL NDB Cluster and the NDB storage ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-threaded-clients.html
The biggest problem is that the subroutines in sql/net_serv.cc that read from sockets are not interrupt-safe. If you install interrupt handlers for the SIGPIPE interrupt, socket handling should be thread-safe. It is not thread-safe, so call it ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
--ssl-mode mode Command-Line Format --ssl-mode mode Type String Default Value PREFERRED Valid Values PREFERRED DISABLED REQUIRED VERIFY_CA VERIFY_IDENTITY SSL connection mode for use during bootstrap and normal operation when connecting to the ...
Displaying 51 to 60 of 1548 total results