Search Results
Displaying 21 to 30
of 31 total results
- « Previous
- 1
- 2
- 3
- 4
- Next »
https://dev.mysql.com/doc/refman/8.4/en/server-option-variable-reference.html
The following table lists all command-line options, system variables, and status variables applicable within mysqld. The table lists command-line options (Cmd-line), options valid in configuration files (Option file), server system variables ...
https://dev.mysql.com/doc/refman/8.4/en/replication-rules.html
Note All replication filtering options follow the same rules for case sensitivity that apply to names of databases and tables elsewhere in the MySQL server, including the effects of the lower_case_table_names system variable. If a replication ...
https://dev.mysql.com/doc/refman/8.4/en/known-issues.html
Even if you use lower_case_table_names=2 (which enables MySQL to remember the case used for databases and table names), MySQL does not remember the case used for database names for the function DATABASE() or within the various logs (on ... This ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-tables-table.html
Names of databases and user tables are in the same case as they were originally defined, possibly influenced by the lower_case_table_names setting. For related usage information and examples, see Section 17.15.3, “InnoDB INFORMATION_SCHEMA Schema ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-columns-table.html
These names can be uppercase or lowercase depending on the lower_case_table_names setting. For related usage information and examples, see Section 17.15.3, “InnoDB INFORMATION_SCHEMA Schema Object Tables”. The INNODB_COLUMNS table has these ...
https://dev.mysql.com/doc/refman/8.4/en/import-table.html
Changing schema and table names may be required to accommodate differences between file system case-sensitivity semantics on the export and import servers or differences in lower_case_table_names settings. The IMPORT TABLE statement imports MyISAM ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
This section lists the system variables that are specific to the Group Replication plugin. The name of each Group Replication system variable is prefixed with group_replication_. Note InnoDB Cluster uses Group Replication, but the default values of ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-requirements.html
Infrastructure Server Instance Configuration Server instances that you want to use for Group Replication must satisfy the following requirements. Transactions are executed optimistically and then, at commit time, are checked for conflicts. If there ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-foreign-keys.html
MySQL supports foreign keys, which permit cross-referencing related data across tables, and foreign key constraints, which help keep the related data consistent. A foreign key relationship involves a parent table that holds the initial column ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-source-configuration.html
The source and the DB System must run with the same lower_case_table_names system variable value. Source Configuration 8.3 Source Configuration To use inbound replication in MySQL HeatWave on AWS, the source and its network connection to the ...
Displaying 21 to 30
of 31 total results
- « Previous
- 1
- 2
- 3
- 4
- Next »