Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-increase-dbsystem-storage.html
Increasing DB System Storage 3.4.7 Increasing DB System Storage You can increase the DB System storage by updating the data storage size of a DB System, by backup and restore, or by export and import. Increasing Storage by Updating the Data Storage ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-managing-privatelink.html
Managing a PrivateLink 6.3 Managing a PrivateLink Use the MySQL HeatWave Console to edit the name or description of a PrivateLink, update its authorized principals or Egress Endpoints, delete the PrivateLink, or view its details. Editing a ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-privatelink-billing.html
Billing for PrivateLinks 6.4 Billing for PrivateLinks There are no surcharges for using Query PrivateLinks for Highly Available DB Systems when compared to standalone DB Systems. In contrast, when creating an Egress PrivateLink for high ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-security.html
Security 1.6 Security Oracle considers cloud security its highest priority. The following security features help keep your data safe and secure. Database access control and account management MySQL provides security features to control access and ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-server-compatibility.html
MySQL Server Compatibility 7.1.2 MySQL Server Compatibility MySQL HeatWave on AWS has several security-related restrictions that are not present in an on-premise instance of MySQL. To make it easier to load existing databases into the Service, the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-workspace-managing-hw-data.html
Data is loaded into MySQL HeatWave from the associated DB System. If you have not loaded data into the DB System, see Importing Data. Creating Lakehouse Data Mapping: MySQL HeatWave Lakehouse enables query processing on the data residing in an ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-exceptions-warnings.html
dumpQueriesOnException Should the driver dump the contents of the query sent to the server in the message for SQLExceptions? Default Value false Since Version 3.1.3 exceptionInterceptors Comma-delimited list of classes that implement the interface ...These classes will be instantiated one per 'Connection' instance, and all 'SQLException' exceptions thrown by the driver will be allowed to be intercepted by these interceptors, in a chained fashion, with the first class listed as the head of the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-prepared-statements.html
Default Value true Since Version 3.1.12 useServerPrepStmts Use server-side prepared statements if the server supports them? The server may limit the number of prepared statements with 'max_prepared_stmt_count' or disable them altogether. In case of ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-security.html
Since Version 8.0.22 allowMultiQueries Allow the use of ";" to delimit multiple queries during one statement. paranoid Take measures to prevent exposure sensitive information in error messages and clear data structures holding sensitive data when ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-session.html
sessionVariables A comma or semicolon separated list of "name=value" pairs to be sent as "SET [SESSION] ..." to the server when the driver connects. Since Version 3.1.8 characterEncoding Instructs the server to set session system variables ...