Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-edit.html
This task requires the following: (For data import feature only) Permissions to assume the data import role. IAM roles: Data Import role ARN: If you want to import data with Console, specify the data import role ARN. Editing a DB System 3.4.3 ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dump-loading-utility.html
Dump Loading Utility 7.2.3 Dump Loading Utility The dump loading utlity is an import utility that imports schemas to a DB System. To import a schema to a DB System, MySQL Shell must be installed on a machine with access to the DB System. Importing ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
Once you have the client private key and certificate files you want to use, you need to import them into a Java keystore so that they can be used by the Java SSL library and Connector/J. Import the client key and certificate into a Java keystore: $> ... The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER SSL/TLS Options for ...
https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-statements.html
Statement objects allow you to execute basic SQL queries and retrieve the results through the ResultSet class, which is described later. To create a Statement instance, you call the createStatement() method on the Connection object you have ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table-partition-operations.html
Partitioning-related clauses for ALTER TABLE can be used with partitioned tables for repartitioning, to add, drop, discard, import, merge, and split partitions, and to perform partitioning maintenance. For example: ALTER TABLE t1 DISCARD PARTITION ...Simply using a partition_options clause with ALTER TABLE on a partitioned table repartitions the table according to the partitioning scheme defined by the ...
https://dev.mysql.com/doc/refman/8.4/en/change-replication-source-to.html
Important A replica set up with ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS on any channel cannot be promoted to replace the replication source server in the event that a failover is required, and a backup taken from the replica cannot be used to restore ...] CHANGE REPLICATION SOURCE TO changes the parameters that the replica server uses for connecting to the source and reading data from the ...
https://dev.mysql.com/doc/refman/8.4/en/create-table.html
Important For users familiar with the ANSI/ISO SQL Standard, please note that no storage engine, including InnoDB, recognizes or enforces the MATCH clause used in referential integrity constraint definitions. Important Table-level DATA DIRECTORY and ...| {FULLTEXT | SPATIAL} [INDEX | KEY] [index_name] (key_part,...) [index_option] ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
Among other instructions discussed there, it is especially important to back up your database before the upgrade. Important In-place downgrading of MySQL is not supported by the MySQL APT repository. This section provides guidance on installing ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
Important Because each SQL node using connection pooling occupies multiple API node slots—each slot having its own node ID in the cluster—you must not use a node ID as part of the cluster connection string when starting any mysqld process that ... This section provides information about MySQL server options, server and status variables that are specific to NDB ...