Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.incremental.html
To restore data up to, for example, time t, you simply restore first the full backup, and then, on top of it, the differential backup taken for time t. Each subsequent incremental backup is thus usually smaller in size than a differential backup, ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-restore-cluster.html
Following this, you can restore the cluster from the desired backup using restore cluster. Important In order to restore a backup using restore cluster, the cluster must have an unused slot for an ndbapi process in its configuration. Otherwise, the ...Stop the cluster using stop cluster, then restart it using start cluster with the --initial option, which causes the data node file systems to be ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-local-infile-handler.html
buf points to the buffer where the read data is stored, and buf_len is the maximum number of bytes that the callback can read and store in the buffer. Typically, the other callbacks store the error message in the data structure pointed to by ptr, so ... void mysql_set_local_infile_handler(MYSQL *mysql, int (*local_infile_init)(void **, const char *, void *), int (*local_infile_read)(void *, char *, unsigned int), void (*local_infile_end)(void *), int (*local_infile_error)(void *, char*, unsigned int), void *userdata); Description This function installs callbacks to be used during the execution of LOAD DATA LOCAL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
MySQL Router Configuration in Cluster Metadata The full configuration of routers bootstrapped against a InnoDB Cluster is stored in the InnoDB Cluster Metadata Schema and can be read by the MySQL Shell operation, object.routerOptions, for Cluster, ... MySQL Router scans for the default configuration files at startup, and optionally loads user-defined configuration files at runtime from the command ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-ml-model-metadata.html
When you run the ML_MODEL_IMPORT routine, the imported table has a model_metadata column that stores the metadata for the table. If you import a model from a table, model_metadata stores the name of the database and table. If you import a model ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-catalog-table.html
The Model Object Catalog Table Models are chunked and stored uncompressed in the model_object_catalog table. A call to one of the following routines upgrades the model catalog, and store the model in the model_object_catalog table: ML_TRAIN ... The ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-a-recommendation-model.html
The model also generates a table of interactions that stores each interaction between a user and item. If you do not define the model handle before training the model, the model handle is automatically generated, and the session variable only stores ... After preparing the data for a recommendation model, you can train the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-requirements.html
To use the GenAI feature of MySQL AI, you must place the files that you want to ingest into the vector store in the local directory that you specified in the Vector Store tab in the MySQL AI installer. Vector store can ingest files in the following ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-hw-genai-troubleshoot.html
If you find unsupported format files, then try one of the following: Delete the files with unsupported formats from the folder, and run the VECTOR_STORE_LOAD command again to load the vector embeddings into the vector store table again. Move the ...