Search



Search Results
Displaying 1061 to 1070 of 3602 total results
https://dev.mysql.com/doc/refman/8.4/en/show-replica-status.html
This is similar to the information available from the SHOW REPLICA STATUS statement, but represented in table form. Replicate_Do_Table, Replicate_Ignore_Table, Replicate_Wild_Do_Table, Replicate_Wild_Ignore_Table The names of any tables that were ...
https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
Metadata changes to tables or views referred to by prepared statements are detected and cause automatic repreparation of the statement when it is next executed. Using prepared statements with placeholders for parameter values has the following ...
https://dev.mysql.com/doc/ndbapi/en/mgm-types.html
Enumeration values Possible values are shown, along with descriptions, in the following table: Table 3.1 Type ndb_mgm_node_type values and descriptions. Enumeration values Possible values are shown, along with descriptions, in the following table: ... This section provides information about the data types defined by the MGM ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-administration-standard-rules.html
Database May Not Be Portable Due To Identifier Case Sensitivity Description The case sensitivity of the underlying operating system determines the case sensitivity of database and table names. However, depending on how you have configured your ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-limitations-all.html
Unsupported Items MySQL HeatWave Lakehouse does not support the following: DML statements: INSERT UPDATE DELETE REPLACE The CREATE TABLESPACE statement. The following options for the CREATE TABLE statement: AUTOEXTEND_SIZE AVG_ROW_LENGTH CHECKSUM ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-loading-data.html
MySQL HeatWave provides the following methods to load data to MySQL HeatWave: Automatic loading: loads tables and partitions based on usage. Loading data manually: loads one table at a time and involves executing multiple statements for each table.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-a-forecasting-model.html
Therefore, the predict table must not overlap the datetime_index with the training table. The start date in the predict table must be a date immediately following the last date in the training table when exogenous_variables are used. For example, ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-rag.html
vector_store: the list of vector store tables used for context retrieval. It can include the following parameters: vector_store: specifies a list of loaded vector store tables to use for context retrieval. By default, the routine performs a global ... The ML_RAG routine performs retrieval-augmented generation (RAG) by: Taking a natural-language ...
https://dev.mysql.com/doc/refman/8.4/en/charset-conversion.html
To convert a binary or nonbinary string column to use a particular character set, use ALTER TABLE. Suppose that a table t has a binary column named col1 defined as VARBINARY(50). To remove these bytes, use the TRIM() function: UPDATE t SET col1 = ...For successful conversion to occur, one of the following conditions must apply: If the column has a binary data type (BINARY, VARBINARY, BLOB), all the values that it contains must be encoded using a single character set (the character set you're converting the column ...
https://dev.mysql.com/doc/refman/8.4/en/connection-access.html
The server performs identity and credentials checking using columns in the user table, accepting the connection only if these conditions are satisfied: The client host name and user name match the Host and User columns in some user table row. If the ... When you attempt to connect to a MySQL server, the server accepts or rejects the connection based on these conditions: Your identity and whether you can verify it by supplying the proper ...
Displaying 1061 to 1070 of 3602 total results