Search



Search Results
Displaying 201 to 210 of 2135 total results
https://dev.mysql.com/doc/refman/8.4/en/replication-options-gtids.html
An example use case for this action is when you are restoring a backup of one or more databases on a server, but you do not have the relevant binary logs containing the transactions on the server. You can either replace the value of gtid_purged with ... The MySQL Server system variables described in this section are used to monitor and control Global Transaction Identifiers ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-a-recommendation-model.html
mysql> SET @variable = 'model_handle'; Replace @variable and model_handle with your own definitions. mysql> CALL sys.ML_TRAIN('table_name', 'target_column_name', JSON_OBJECT('task', 'task_name'), model_handle); Replace table_name, ... After ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump-sql-format.html
Without this option, mysqldump treats the first name as a database name and those following as table names. With --all-databases or --databases, mysqldump writes CREATE DATABASE and USE statements prior to the dump output for each database. This ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-generate-embeddings.html
You can pass the text string in the routine manually or use data from tables in your database. Generate a Vector Embedding for Specified Text To generate a vector embedding using MySQL HeatWave GenAI, perform the following steps: To define the text ... This section describes how to generate vector embeddings using the ML_EMBED_ROW MySQL HeatWave GenAI ...
https://dev.mysql.com/doc/refman/8.4/en/explain.html
Obtaining Execution Plan Information The EXPLAIN statement provides information about how MySQL executes statements: EXPLAIN works with SELECT, DELETE, INSERT, REPLACE, UPDATE, and TABLE statements. MySQL 8.4 supports a FOR SCHEMA clause, which ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-example-data.html
Working with database tables and data in NDB Cluster is not much different from doing so in standard MySQL. One of these is to modify the table definition before importing it into the Cluster database. The easiest way to accomplish this is to do a ... Note The information in this section applies to NDB Cluster running on both Unix and Windows ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-embeddings.html
You can pass the text string in the routine manually or use data from tables in your database. Generating a Vector Embedding for Specified Text To generate a vector embedding, perform the following steps: To define the text that you want to encode, ... This section describes how to generate vector embeddings using the ML_EMBED_ROW ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/security-advisors-ref.html
Default frequency 00:05:00 Default auto-close enabled no Symlinks Are Enabled You can move tables and databases from the database directory to other locations and replace them with symbolic links to the new locations. If a user is configured to use ...Note MySQL Enterprise Firewall and MySQL Enterprise Audit Plug-in advisors are described in MySQL Enterprise Firewall and MySQL Enterprise Audit ...
https://dev.mysql.com/doc/internals/en/mysys-functions.html
string fn_format _A((string to,const char *name,const char *dsk,const char *form,int flag)); Format a filename with replacement of library and extension and convert between different systems. Functions in mysys: (For flags see my_sys.h) int my_copy ...
https://dev.mysql.com/doc/refman/8.4/en/binary-installation.html
For information about replacing third-party packages with official MySQL packages, see Replacing a Native Third-Party Distribution of MySQL or Replacing a Native Distribution of MySQL Using the MySQL APT Repository. Replace the preceding tar command ...These include generic binary distributions in the form of compressed tar files (files with a .tar.xz extension) for a number of platforms, and binaries in platform-specific package formats for selected ...
Displaying 201 to 210 of 2135 total results