Search Results
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-error-logging.html
Server Error Logging 3.1.2.3 Server Error Logging MySQL HeatWave on AWS logs MySQL Server diagnostic information such as errors, warnings, and status updates to the Performance Schema error_log table. You can use a command-line client such as MySQL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-build-props-changes.html
A number of Ant properties for building Connector/J from source have been renamed; see Table 4.1, “Changes with the Build Properties from Connector/J 5.1 to 8.0 and Beyond” Table 4.1 Changes with the Build Properties from Connector/J 5.1 to 8.0 ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-jdbc-compliance.html
Default Value false Since Version 3.0.0 useOldAliasMetadataBehavior Should the driver use the legacy behavior for "AS" clauses on columns and tables, and only return aliases ,if any, for 'ResultSetMetaData.getColumnName()' or ...
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-test-props-changes.html
No longer needed, as multi-JVM tests have been removed from the test suite.
https://dev.mysql.com/doc/refman/8.4/en/account-locking.html
Account locking state is recorded in the account_locked column of the mysql.user system table. The account-locking capability depends on the presence of the account_locked column in the mysql.user system table. MySQL supports locking and unlocking ...
https://dev.mysql.com/doc/refman/8.4/en/adding-collation-unicode-uca.html
The following table lists the base collations of the Unicode character sets for which UCA collations can be defined. Table 12.4 MySQL Character Sets Available for User-Defined UCA Collations Character Set Base Collation utf8mb4 utf8mb4_unicode_ci ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-legacy-filtering.html
Note This section describes legacy audit log filtering, which applies if the audit_log plugin is installed without the accompanying audit tables and functions needed for rule-based filtering. If you set audit_log_policy to a non-ALL value, that ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log.html
The log contents include when clients connect and disconnect, and what actions they perform while connected, such as which databases and tables they access. By default, MySQL Enterprise Audit uses tables in the mysql system database for persistent ... Note MySQL Enterprise Audit is an extension included in MySQL Enterprise Edition, a commercial ...