Search



Search Results
Displaying 1761 to 1770 of 5018 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-information-commands.html
Online help is available in the MySQL Cluster Manager client for MySQL Cluster Manager client commands. In addition, you can obtain information about mysql client commands that are independent of the MySQL server and thus are also available for use ...For a list of all commands with brief descriptions, use the list commands command, as shown here: mcm> list commands; +---------------------------------------------------------------------------+ | Help | +---------------------------------------------------------------------------+ | COMMANDS | | | | abort backup Abort an ongoing cluster ...
https://dev.mysql.com/doc/ndbapi/en/preface.html
This is the MySQL NDB Cluster API Developer Guide, which provides information about developing applications using MySQL NDB Cluster as a data store. MySQL NDB Cluster 8.0, 8.4, and 9.0 also provide support for applications written using Node.js.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-loading-data-uri.html
As of MySQL 9.3.1, and only on MySQL HeatWave on OCI, you can use uniform resource identifiers (URI) to specify files for loading data when creating external tables. Note If you are on MySQL 9.1.2 and earlier, you need to update dialect with the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-file-formats.html
Review the various file formats supported for loading structured, semi-structured, and unstructured data in MySQL HeatWave from different sources. Parquet Delta lake tables (as of MySQL 9.5.0) Supported File Formats for Unstructured Data A Vector ...To load unstructured data, see Ingest Files into a Vector ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-sharing.html
Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required Privileges Import Shared Model Run AutoML Routines on Imported Model What's Next Before You Begin The ML_MODEL_EXPORT routine is available as of MySQL 9.0.0. To follow along with the file used in the tasks, see Use MySQL HeatWave AutoML with ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-search-mecab.html
The built-in MySQL full-text parser uses the white space between words as a delimiter to determine where words begin and end, which is a limitation when working with ideographic languages that do not use word delimiters. To address this limitation ...The MeCab full-text parser plugin is supported for use with InnoDB and ...
https://dev.mysql.com/doc/refman/8.4/en/logical-operators.html
In MySQL, these are implemented as 1 (TRUE), 0 (FALSE), and NULL. For example, the following statements all assess to TRUE: mysql> SELECT 10 IS TRUE; -> 1 mysql> SELECT -10 IS TRUE; -> 1 mysql> SELECT 'string' IS NOT NULL; -> 1 NOT, ! Logical NOT.
https://dev.mysql.com/doc/refman/8.4/en/upgrade-best-practices.html
MySQL supports upgrading between minor versions (within an LTS series) and to the next major version (across an LTS series). Decide on Upgrade Type There are three main ways to upgrade MySQL; read the associated documentation to determine which ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-package.html
The --basedir option (short form: -b) indicates the location of the MySQL NDB Cluster installation directory on the listed hosts, and is required. This must be the path to the top-level directory where the MySQL NDB Cluster software is located (for ... add package {--basedir=|-b }path [{--hosts=|-h }host_list] package_name host_list: host[,host[,...]] This command creates a new package, or, if the package named package_name already exists, this command extends the package ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
MySQL Connector/NET includes a provider model for use with ASP.NET applications. Connector/NET supports the following web providers: Membership provider Roles provider Profiles provider Session state provider The following tables show the supported ...This model enables developers to focus on the business logic of their application instead of having to recreate such boilerplate items as membership and roles ...
Displaying 1761 to 1770 of 5018 total results