Search Results
                    
                    
            https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-5-0.html
                                 Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL HeatWave AutoML MySQL HeatWave GenAI MySQL HeatWave Lakehouse MySQL HeatWave MySQL HeatWave AutoML MySQL HeatWave AutoML now supports enhanced log anomaly ...
                                            
                https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-bulk-ingest-limitations.html
                                 Bulk Ingest Limitations 7.2.2.3 Bulk Ingest Limitations The following are some limitations to the Bulk Ingest Feature of MySQL HeatWave on AWS when using the LOAD DATA FROM S3 statement with ALGORITHM=BULK: The target table must be empty. The state ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connecting-using-kerberos.html
                                 Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions only) . Support for Kerberos is implemented by Connector/J using the GSS-API, JAAS API, and JCA API; providers for ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-connection-compression-xdevapi.html
                                 Connector/J supports data compression for X DevAPI connections when working with MySQL Server 8.0.19 and later. General details about this feature can be found in Connection Compression with X Plugin. For details on how to configure connection ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-authentication.html
                                If none is specified, it is authentication plugin dependent what user name is used. Since Version all versions password The password to use when authenticating the user. Since Version all versions password1 The password to use in the first phase of ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-result-sets.html
                                 clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server. 
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-query-attributes.html
                                 Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-using-mfa.html
                                 Multifactor authentication (MFA) is the use of multiple authentication factors during an authentication process. When authenticating user accounts that require multiple passwords, up to three passwords can be specified using the Connector/J ...
                                            
                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/administrative-connection-interface.html
                                 As mentioned in Connection Volume Management, to allow for the need to perform administrative operations even when max_connections connections are already established on the interfaces used for ordinary connections, the MySQL server permits a ...