Search



Search Results
Displaying 451 to 460 of 1890 total results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-channel.html
There are two types of replication channels: Channels over public internet Channels over Egress PrivateLinks This task requires the following: A MySQL source server that meets the requirements in Source Configuration. If you disable this option, the ... Creating a Channel 8.5 Creating a Channel Note:In MySQL replication, a replica is a MySQL server that receives changes from another MySQL server (source) and applies the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-server-compatibility.html
Some issues found by the ocimds option may require you to manually edit your schema before it can be loaded into the MySQL HeatWave on AWS. From MySQL Shell 8.0.23, this option is available for all MySQL Shell utilities, and before that release, it ... MySQL Server Compatibility 7.1.2 MySQL Server Compatibility MySQL HeatWave on AWS has several security-related restrictions that are not present in an on-premise instance of ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-configurable-system-variables.html
Note:Click on the name of a system varuable in Table 19-7 to see its description in the MySQL Reference Manual. If your DB System allows public access, you need to update the network configuration to disable it before you can set this variable to ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-upgrades.html
Major version upgrades, such as from 8.0.x to 8.N.y, or from 8.x.y to 9.N.M: These upgrades must be performed manually. to 9.x.y-uN: These upgrades are performed automatically and according to the maintenance window defined on the DB System. Only ...
https://dev.mysql.com/doc/connector-j/en/connector-j-logging-slf4j.html
This often consists of setting up appenders or handlers for log messages using a configuration file; see your logging framework's documentation for details. See the SLF4J user manual for more details about using SLF4J, including discussions on Maven ... Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table.html
This is a MySQL extension to standard SQL, which permits only one of each clause per ALTER TABLE statement. For example, to drop multiple columns in a single statement, do this: ALTER TABLE t2 DROP COLUMN c, DROP COLUMN d; If a storage engine does ... ALTER TABLE tbl_name [alter_option [, alter_option] ...] [partition_options] alter_option: { table_options | ADD [COLUMN] col_name column_definition [FIRST | AFTER col_name] | ADD [COLUMN] (col_name column_definition,...) | ADD {INDEX | KEY} [index_name] [index_type] (key_part,...) [index_option] ...
https://dev.mysql.com/doc/refman/8.4/en/analyze-table.html
[WITH N BUCKETS] [{MANUAL | AUTO} UPDATE] ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name UPDATE HISTOGRAM ON col_name [USING DATA 'json_data'] ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name DROP HISTOGRAM ON col_name [, col_name] ... This ...ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name UPDATE HISTOGRAM ON col_name [, col_name] ...
https://dev.mysql.com/doc/refman/8.4/en/apis-php-info.html
The MySQL PHP API manual is now published in standalone form, not as part of the MySQL Reference Manual.
https://dev.mysql.com/doc/refman/8.4/en/audit-log-installation.html
This section describes how to install or uninstall MySQL Enterprise Audit, which is implemented using the audit log plugin and related elements described in Section 8.4.5.1, “Elements of MySQL Enterprise Audit”. Plugin upgrades are not ...For ...
https://dev.mysql.com/doc/refman/8.4/en/charset-configuration.html
You can force client programs to use specific character set as follows: [client] default-character-set=charset_name This is normally unnecessary. However, when character_set_system differs from character_set_server or character_set_client, and you ... The MySQL server has a compiled-in default character set and ...
Displaying 451 to 460 of 1890 total results