Search Results
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-versioning.html
Server Versioning 3.1.2.1.1 Server Versioning The MySQL Server included in MySQL HeatWave on AWS uses a versioning system consisting of three numbers, an update version, and the -cloud suffix. Using 8.4.0-u2-cloud as an example: First number: The ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-9-3-0-2.2.4.html
Backups can be one-off or scheduled, and both full and incremental backups are supported. Functionality Added or Changed For the Enterprise Edition only: MySQL Operator for Kubernetes now supports creating backups to cloud storage using the MySQL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-statements-callable.html
For more information on MySQL stored procedures, please refer to Using Stored Routines. Notice that you have to use JDBC escape syntax, and that the parentheses surrounding the parameter placeholders are not optional: Example 7.4 Connector/J: Using ...
https://dev.mysql.com/doc/refman/9.7/en/account-locking.html
The server increments the Locked_connects status variable that indicates the number of attempts to connect to a locked account, returns an ER_ACCOUNT_HAS_BEEN_LOCKED error, and writes a message to the error log: Access denied for user ... MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-logging-configuration.html
File renaming (whether during component initialization or termination) occurs according to the usual rules for automatic size-based log file rotation; see Manual Audit Log File Rotation. Enabling the Audit Log Flush Task MySQL Enterprise Audit ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-logging-configuration.html
File renaming (whether during plugin initialization or termination) occurs according to the usual rules for automatic size-based log file rotation; see Manual Audit Log File Rotation. Enabling the Audit Log Flush Task MySQL Enterprise Audit provides ... Important The audit_log plugin is deprecated, and is being replaced by the audit_log ...
https://dev.mysql.com/doc/refman/9.7/en/backup-and-recovery.html
This chapter discusses several backup and recovery topics with which you should be familiar: Types of backups: Logical versus physical, full versus incremental, and so forth. If the primary fails, a secondary is automatically promoted to the role of ... It is important to back up your databases so that you can recover your data and be up and running again in case problems occur, such as system crashes, hardware failures, or users deleting data by ...
https://dev.mysql.com/doc/refman/9.7/en/backup-strategy-summary.html
Make periodic incremental backups by flushing the logs with FLUSH LOGS or mysqladmin flush-logs. In case of an operating system crash or power failure, InnoDB itself does all the job of recovering data. But to make sure that you can sleep well, ...
https://dev.mysql.com/doc/refman/9.7/en/connection-interfaces.html
By default, the server autosizes the value at startup, but it can be set explicitly to override this default. If the server refuses a connection because the max_connections limit is reached, it increments the Connection_errors_max_connections status ... This section describes aspects of how the MySQL server manages client ...
https://dev.mysql.com/doc/refman/9.7/en/create-event.html
This event executes once—one hour following its creation—by running an SQL statement that increments the value of the myschema.mytable table's mycol column by 1. CREATE [DEFINER = user] EVENT [IF NOT EXISTS] event_name ON SCHEDULE schedule [ON ...