Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-nl2ml.html
You may need to preprocess your data, for example, converting categorical variables like 'Name' and 'Citizenship' into numerical variables if necessary. MySQL 9.4.0 introduces the NL2ML (natural language to machine learning) routine, which provides ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-embed-row.html
The ML_EMBED_ROW routine uses the specified embedding model to encode the specified text or query into a vector embedding. The routine returns a VECTOR that contains a numerical representation of the specified text. This topic contains the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-channel.html
If the source server contains data, import existing data into the DB System: Export the data from the MySQL source server (see Exporting Data Using MySQL Shell for instructions) and: If using GTID-based replication: Capture the value of the source ... 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-hw-cluster-failure-and-recovery.html
To facilitate recovery, data is persisted to Storage Layer when data is loaded into the MySQL HeatWave Cluster and when data changes are propagated from the DB system to the MySQL HeatWave Cluster. However, if the MySQL Server is in the ... MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data-sample-data.html
Use the Import sample data feature in MySQL HeatWave Console to import the sample database into a DB System in any region by just a few clicks. An established connection from the MySQL HeatWave Console to the DB System into which you want to import ... Importing Sample Database 7.2.1.1 Importing Sample Database Oracle provides on AWS sample databases for you to test out MySQL HeatWave on ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-workspace-running-queries.html
Query Editor Limitations The Query Editor has the following limitations: It is not intended for loading data into a DB System. More efficient methods of loading data into a DB System are available. Running Queries 10 Running Queries The Workspace ...
https://dev.mysql.com/doc/refman/8.4/en/cache-index.html
After the indexes have been assigned, they can be preloaded into the cache if desired with LOAD INDEX INTO CACHE. For more information, see Section 15.7.8.5, “LOAD INDEX INTO CACHE Statement”. | tbl_name PARTITION (partition_list) } IN ...
https://dev.mysql.com/doc/refman/8.4/en/caching-sha2-pluggable-authentication.html
Installing SHA-2 Pluggable Authentication The caching_sha2_password plugin exists in server and client forms: The server-side plugin is built into the server, need not be loaded explicitly, and cannot be disabled by unloading it. The client-side ...
https://dev.mysql.com/doc/refman/8.4/en/checking-rpm-signature.html
To import the MySQL public key into the RPM keyring, first obtain the key, then use rpm --import to import the key. RPM 4.1 no longer uses your personal GPG keyring (or GPG itself). Rather, RPM maintains a separate keyring because it is a ...
https://dev.mysql.com/doc/refman/8.4/en/copying-databases.html
In cases where you need to transfer databases between different architectures, you can use mysqldump to create a file containing SQL statements. You can then transfer the file to the other machine and feed it as input to the mysql client. Note If ...