Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-session.html
Integer for INT key types, Long for BIGINT key types, or String for char and varchar types. return the instances 4.3.1.22.19 markModified(Object, String) public abstract void markModified(Object instance, String fieldName); Mark the field in the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-one-of-multiple-hosts.html
You specify a URI-like string which contains multiple hosts, ports, and optional priority. This section describes how to configure multiple endpoints in a URI-like string. For more information on URI-like connection strings, see Connecting Using ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-sql.html
This string value is verified as a valid Stream resource identifier. As of MySQL 9.4.0, you can set external table options using SQL syntax. The following options apply to CREATE TABLE and ALTER TABLE statements. For ALTER TABLE statements, ADD ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-example.html
You may also use a separate [mysql_cluster] section in the cluster my.cnf file for settings to be read and used by all executables: # cluster-specific settings [mysql_cluster] ndb-connectstring=ndb_mgmd.mysql.com:1186 For additional NDB variables ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog-row-events.html
Character set information is not available in the binary log, which affects string column display: There is no distinction made between corresponding binary and nonbinary string types (BINARY and CHAR, VARBINARY and VARCHAR, BLOB and TEXT). The ...
https://dev.mysql.com/doc/refman/8.4/en/telemetry-metrics-configuration.html
telemetry.otel_exporter_otlp_metrics_endpoint System Variable telemetry.otel_exporter_otlp_metrics_endpoint Scope Global Dynamic No SET_VAR Hint Applies No Type String Default Value http://localhost:4318/v1/metrics Endpoint metric signals are sent ... Server Configuration telemetry.metrics_enabled System Variable telemetry.metrics_enabled Scope Global Dynamic No SET_VAR Hint Applies No Type Boolean Default Value ON Controls whether telemetry metrics are collected or ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-single-file-options.html
--backup-image=IMAGE See description of the option in Section 20.4, “Backup Repository Options” --src-entry=STRING Command-Line Format --src-entry=STRING Type Path name Identifies files or directories whose pathnames contain the STRING to be ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/specifying-instances.html
MySQL Shell enables you to work with various APIs, and supports specifying connections as explained in Connecting to the Server Using URI-Like Strings or Key-Value Pairs. You can specify connections using either URI-like strings, or key-value pairs. For example, to connect as the user myuser to the MySQL server instance at www.example.com, on port 3306 use the connection string: myuser@www.example.com:3306 To use this connection string with an AdminAPI operation such as dba.configureInstance(), you need to ensure the connection string is interpreted as a ...
https://dev.mysql.com/doc/workbench/en/wb-modules.html
The following code snippet illustrates declaring a module that exports a single function: from wb import * import grt ModuleInfo = DefineModule(name='MyModule', author="your name", version='1.0') @ModuleInfo.export(grt.DOUBLE, grt.STRING, (grt.LIST, ... In the GRT Modules are libraries containing a list of functions that are exported for use by code in other modules, scripts, or Workbench ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-byo-embedding-tables.html
You can use a table that satisfies the following criteria: To qualify as a valid embedding table, the table must contain the following columns: A string column containing the text segments. For example: mysql> ALTER TABLE demo_minilm_table ... GenAI ...