Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign1.html
Signing Up 2.2 Signing Up This chapter describes how to sign up for the MySQL HeatWave on AWS Service.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-workspace-running-queries.html
Running Queries 10 Running Queries The Workspace tab in the MySQL HeatWave Console provides a Query Editor for running MySQL and MySQL HeatWave queries. To run a query using the Query Editor: Connect to a DB System. Select the Workspace tab in the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-genai-routines.html
MySQL HeatWave GenAI Routines 14.4 MySQL HeatWave GenAI Routines The MySQL HeatWave GenAI Routines are stored procedures in MySQL that provides GenAI functionalities. The MySQL HeatWave GenAI Routines supported by MySQL HeatWave on AWS are listed ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
If you do not want to use the client keys and certificate files generated by the server, you can also generate new ones using the procedures described in Creating SSL and RSA Certificates and Keys. The server may want to authenticate a client and ...
https://dev.mysql.com/doc/connector-j/en/connector-j-examples.html
Examples of using Connector/J are located throughout this document. This section provides a summary and links to these examples. Example 7.1, “Connector/J: Obtaining a connection from the DriverManager” Example 7.2, “Connector/J: Using ...
https://dev.mysql.com/doc/refman/8.4/en/account-activity-auditing.html
Applications can use the following guidelines to perform SQL-based auditing that ties database activity to MySQL accounts. When a client connects successfully, the server authenticates the client to a particular row in this table. The User and Host ...
https://dev.mysql.com/doc/refman/8.4/en/account-locking.html
For upgrades from MySQL versions older than 5.7.6, perform the MySQL upgrade procedure to ensure that this column exists. MySQL supports locking and unlocking user accounts using the ACCOUNT LOCK and ACCOUNT UNLOCK clauses for the CREATE USER and ...
https://dev.mysql.com/doc/refman/8.4/en/adding-collation-simple-8bit.html
This section describes how to add a simple collation for an 8-bit character set by writing the <collation> elements associated with a <charset> character set description in the MySQL Index.xml file. The example adds a collation named latin1_test_ci ...
https://dev.mysql.com/doc/refman/8.4/en/adding-collation-unicode-uca.html
This section describes how to add a UCA collation for a Unicode character set by writing the <collation> element within a <charset> character set description in the MySQL Index.xml file. It uses a subset of the Locale Data Markup Language (LDML) ...
https://dev.mysql.com/doc/refman/8.4/en/adding-collation.html
Summary of the procedure for adding a new user-defined collation: Choose a collation ID. Warning User-defined collations are deprecated; you should expect support for them to be removed in a future version of MySQL. The MySQL 8.4 server issues a ...