Search Results
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-3-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. Important As of MySQL 9.3.0, to help you generate better quality embeddings, MySQL HeatWave GenAI uses multilingual-e5-small as the default embedding model for ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-monitoring.html
CloudWatch Monitoring 17.1 CloudWatch Monitoring MySQL HeatWave on AWS supports AWS CloudWatch for detailed monitoring of your DB Systems and MySQL HeatWave Clusters. These are the prerequisites for using the feature: An AWS account for receiving ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-dbsystem-privatelink.html
Connecting to a DB System With a PrivateLink 6.1.4 Connecting to a DB System With a PrivateLink Connect to a DB System in MySQL HeatWave on AWS with a PrivateLink using a MySQL clients (for example, mysqlor MySQL Shell) or MySQL Connectors. This ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-edit.html
Editing a DB System 3.4.3 Editing a DB System Use the MySQL HeatWave Console to edit details of a DB System and various options for it. This task requires the following: (For data import feature only) Permissions to assume the data import role.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data.html
Importing Data 7 Importing Data You can import data to a DB System in MySQL HeatWave on AWS. If your data is present in a MySQL instance running on-premises, in other cloud vendors as managed or unmanaged services, or another MySQL HeatWave on AWS ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-network-config-ibr-privatelink.html
Configuring the Network Infrastructure for an Egress PrivateLink 6.2.1 Configuring the Network Infrastructure for an Egress PrivateLink Before creating an Egress PrivateLink, configure the network infrastructure in your AWS account. These are the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html
Here are some examples: jdbc:mysql://sandy:secret@[myhost1:1111,myhost2:2222]/db jdbc:mysql://sandy:secret@[address=(host=myhost1)(port=1111)(key1=value1),address=(host=myhost2)(port=2222)(key2=value2)]/db ... This section explains the syntax of the ...
https://dev.mysql.com/doc/refman/8.4/en/access-control.html
MySQL enables the creation of accounts that permit client users to connect to the server and access data managed by the server. The primary function of the MySQL privilege system is to authenticate a user who connects from a given host and to ...
https://dev.mysql.com/doc/refman/8.4/en/arithmetic-functions.html
Table 14.9 Arithmetic Operators Name Description %, MOD Modulo operator * Multiplication operator + Addition operator - Minus operator - Change the sign of the argument / Division operator DIV Integer division The usual arithmetic operators are ...
https://dev.mysql.com/doc/refman/8.4/en/caching-sha2-pluggable-authentication.html
MySQL provides two authentication plugins that implement SHA-256 hashing for user account passwords: caching_sha2_password: Implements SHA-256 authentication (like sha256_password), but uses caching on the server side for better performance and has ...