Search



Search Results
Displaying 941 to 950 of 1481 total results
https://dev.mysql.com/doc/refman/8.4/en/telemetry-trace-configuration.html
telemetry.otel_exporter_otlp_traces_client_key System Variable telemetry.otel_exporter_otlp_traces_client_key Scope Global Dynamic No SET_VAR Hint Applies No Type String Default Value Client's private key in PEM format. Server Configuration Client ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmysqldspec.html
The secret should contain a password key that holds the password. initScripts (map[string][]string): (optional) A map of configMap names from the same namespace, and, optionally, an array of keys which store the SQL scripts to be executed during ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-score.html
ML_SCORE Syntax mysql> CALL sys.ML_SCORE(table_name, target_column_name, model_handle, metric, score, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['threshold', 'N'] ['topk', 'N'] ['remove_seen', ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates.html
In the data dictionary, the variable name is the key and the variable's corresponding data is the value. In a data dictionary the key for a variable is the variable name, a marker. For a section entry in a data dictionary, the key is the section ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-general-editors.html
Indentation Tab key inserts spaces instead of tabs Indent width: [4] How many spaces to insert when indenting with the tab key. The number of spaces inserted after pressing the Tab key -- this assumes that the Tab key inserts spaces instead of tabs ... This section describes the preference options that apply to general-purpose editors (see the figure that ...
https://dev.mysql.com/doc/workbench/en/wb-relationship-editor.html
Use the Model menu, Menu Options menu item to set a project-specific default name for foreign keys. Foreign Key Tab The Foreign Key tab contains several sections: Referencing Table, Cardinality and Referenced Table. Double-clicking a relationship ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-performance-extensions.html
Default Value 0 Since Version 3.1.9 dontCheckOnDuplicateKeyUpdateInSQL Stops checking if every INSERT statement contains the "ON DUPLICATE KEY UPDATE" clause. As a side effect, obtaining the statement's generated keys information will return a list ... callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is set to ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
Use Java's keytool (typically located in the bin subdirectory of your JDK or JRE installation) to import the server certificates: $> keytool -importcert -alias MySQLCACert -file ca.pem \ -keystore truststore -storepass mypassword Supply the proper ... Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
For example, to configure a connection to a MySQL server supporting the world sample database, you might use: <util:map id="dbProps"> <entry key="db.driver" value="com.mysql.cj.jdbc.Driver"/> <entry key="db.jdbcurl" ... The Spring Framework is a ...
https://dev.mysql.com/doc/internals/en/connection-phase-packets.html
Protocol::Handshake Initial Handshake Packet When the client connects to the server the server sends a handshake packet to the client. Depending on the server version and configuration options different variants of the initial packet are sent. To ...
Displaying 941 to 950 of 1481 total results