Search Results
https://dev.mysql.com/doc/x-devapi-userguide/en/error-handling.html
When writing scripts for MySQL Shell you can often simply rely on the exception handling done by MySQL Shell. For all other languages either proper exception handling is required to catch errors or the traditional error handling pattern needs to be ...
https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-event-notification-blackouts.html
During maintenance periods for database servers, you can suspend Event Handlers. You can also enable a blackout period by entering the following URL into the address bar of your browser, substituting the appropriate host name, port and server name: ...Agents continue to collect data, data is stored in the repository, and events are generated and ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-introduction-agent.html
Provides the direct monitoring of the MySQL server, including checking the server accessibility, configuration, obtaining the server ID, and setting up the environment to enable collecting more detailed information. In addition to the information ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/ui-security-advisor-ref.html
This advisor has the following parameters: Events Lost Threshold: generates events for audit events which are lost due to setting the server's audit_log_strategy to PERFORMANCE. MySQL User Account Analyzes the configuration of MySQL user accounts on ... This section describes the following Security advisors: MySQL Enterprise Audit Plugin MySQL Enterprise Firewall MySQL User Account MySQL Enterprise Audit Plugin Note For more information on the MySQL Enterprise Audit Plugin, see MySQL Enterprise ...
HeatWave on AWS :: 3.1.2.1.3 MySQL Versions Deprecation and Removal Policy in MySQL HeatWave Service
https://dev.mysql.com/doc/heatwave-aws/en/mysql-versions-deprecation.html
MySQL Versions Deprecation and Removal Policy in MySQL HeatWave Service 3.1.2.1.3 MySQL Versions Deprecation and Removal Policy in MySQL HeatWave Service New versions and updates: MySQL HeatWave on AWS begins supporting new MySQL Server versions ...
https://dev.mysql.com/doc/connector-j/en/connector-j-WebAuthn-authentication.html
Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric readers. It assumes there is a MySQL server running and configured to support WebAuthn authentication, with ...WebAuthn enables passwordless authentication, and can be used for MySQL accounts that use multifactor ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log.html
MySQL Enterprise Edition includes MySQL Enterprise Audit, implemented using a server plugin named audit_log. MySQL Enterprise Audit uses the open MySQL Audit API to enable standard, policy-based monitoring, logging, and blocking of connection and ...
https://dev.mysql.com/doc/refman/8.4/en/backup-policy.html
In MySQL, these changes are represented in the binary log, so the MySQL server should always be started with the --log-bin option to enable that log. With binary logging enabled, the server writes each data change into a file while it updates data.
https://dev.mysql.com/doc/refman/8.4/en/federated-create.html
To create a FEDERATED table you should follow these steps: Create the table on the remote server. Create the table on the local server with an identical table definition, but adding the connection information that links the local table to the ...