Search Results
https://dev.mysql.com/doc/refman/8.4/en/repair-table.html
In the worst case, you might have a new clean index file without information about the data file, and then the next operation you perform could overwrite the data file. QUICK If you use the QUICK option, REPAIR TABLE tries to repair only the index ...Important Make a backup of a table before performing a table repair operation; under some circumstances the operation might cause data ...Although normally ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-charset.html
Using Data Annotation Before you can annotate an EF Core model with character set and collation attributes, add a reference to the following namespace in the file that contains your entity model. This section describes how to change the character ...For more information about supported character sets and collations, see Character Sets and Collations in ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-charset.html
Using Data Annotation Before you can annotate an EF Core model with character set and collation attributes, add a reference to the following namespace in the file that contains your entity model. This section describes how to change the character ...For more information about supported character sets and collations, see Character Sets and Collations in ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-backups.html
Each system running an ndbd process for the source cluster has cluster backup files located on it, and all of these files must be copied to the replica to ensure a successful restore. Important A CREATE DATABASE (or CREATE SCHEMA) statement ...If ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-backup-dashboard-details.html
InnoDB Configuration Data File Path: the InnoDB system tablespace files' path and size in backup. Data Home Directory: the backup base directory for all InnoDB data files. Log Files in Group: the number of InnoDB redo log files in the backup. Log ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-61.html
It also displays traditional EXPLAIN output in a separate tab, and the Raw Explain Data (as JSON) in another. This section summarizes many of the new features added to MySQL Workbench 6.1, in relation to the MySQL Workbench 6.0 release. New ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbeventoperation.html
NdbEventOperation::isErrorEpoch() Description This method is used to determine whether consumed event data marks an empty epoch. This section provides information about the NdbEventOperation class, which is used to monitor changes (events) in a ...
https://dev.mysql.com/doc/internals/en/prepared-stored.html
During context analysis phase, links are established from the parsed tree to the physical objects of the database, such as open tables and table columns. A physical table is represented by a heir of class handler that corresponds to the storage ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-configuration-commands.html
MySQL Cluster Manager simplifies this configuration scheme by treating all 3 types of configuration data as attributes, where the term “attribute” refers to a MySQL NDB Cluster configuration parameter, a MySQL Server variable, or a command-line ... This section covers the commands used in the MySQL Cluster Manager for getting and setting values of various types used in MySQL NDB Cluster ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-chat-details.html
Viewing Details To view the chat session details, inspect the @chat_options variable: mysql> SELECT JSON_PRETTY(@chat_options); The output includes the following details about a chat session: Vector store tables: in the database which were ...It ...