Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hw-queries.html
For more information about running MySQL HeatWave queries, see Running Queries, in the MySQL HeatWave User Guide. You can also refer to the Quickstarts in the MySQL HeatWave User Guide, which show how to import data into a DB System, load data into ... Running MySQL HeatWave Queries 10.1 Running MySQL HeatWave Queries When a MySQL HeatWave Cluster is enabled and the data you want to query is loaded in MySQL HeatWave, queries that qualify are automatically offloaded from the MySQL DB System to the MySQL HeatWave Cluster for accelerated ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-loading-unloading-heatwave.html
For information about MySQL HeatWave string column encoding, see Encoding String Columns, in the MySQL HeatWave User Guide. Loading or Unloading Data into MySQL HeatWave Cluster 9.1 Loading or Unloading Data into MySQL HeatWave Cluster Use MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-shell.html
For more information about MySQL Shell, refer to the MySQL Shell User Guide. About MySQL Shell 7.1.1 About MySQL Shell MySQL Shell dump and load utilities are built for use with MySQL DB Systems. To get the best functionality, always use the most ...
https://dev.mysql.com/doc/connector-j/en/connector-j-test-props-changes.html
No longer needed, as multi-JVM tests have been removed from the test suite.
https://dev.mysql.com/doc/refman/8.4/en/backup-strategy-example.html
Information about this recovery process is conveyed to the user through the MySQL error log. You should include such options as necessary to enable client programs to connect to the MySQL server. Assume that data is stored in the InnoDB storage ...
https://dev.mysql.com/doc/refman/8.4/en/charset-connection.html
Thus, users can configure the locale in their environment for use by MySQL clients. C applications can use character set autodetection based on the OS setting by invoking mysql_options() as follows before connecting to the server: ... A ...
https://dev.mysql.com/doc/refman/8.4/en/charset-cp932.html
Why is cp932 needed? In MySQL, the sjis character set corresponds to the Shift_JIS character set defined by IANA, which supports JIS X0201 and JIS X0208 characters. (See http://www.iana.org/assignments/character-sets.) However, the meaning of ...
https://dev.mysql.com/doc/refman/8.4/en/checking-gpg-signature.html
Another method of verifying the integrity and authenticity of a package is to use cryptographic signatures. This is more reliable than using MD5 checksums, but requires more work. GnuPG is an Open Source alternative to the well-known Pretty Good ...
https://dev.mysql.com/doc/refman/8.4/en/checking-rpm-signature.html
Rather, RPM maintains a separate keyring because it is a system-wide application and a user's GPG public keyring is a user-specific file. RPM 4.1 no longer uses your personal GPG keyring (or GPG itself). To import the MySQL public key into the RPM ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-replication.html
SOURCE_LOG_FILE = 'source_log_name', SOURCE_LOG_POS = source_log_pos, FOR CHANNEL 'setup_channel'; START REPLICA USER = 'user_name' PASSWORD = 'password' FOR CHANNEL 'setup_channel'; . In addition to cloning data, a cloning operation extracts ...