Search



Search Results
Displaying 391 to 400 of 411 total results
https://dev.mysql.com/doc/refman/8.4/en/what-is-crashing.html
Check also that all your libraries (such as glibc) are up to date. This can normally be checked by pressing the Caps Lock key. If the Caps Lock light does not change, you have to replace your keyboard. (Before doing this, you should try to restart ...
https://dev.mysql.com/doc/refman/8.4/en/what-is-mysql.html
The database enforces these rules, so that with a well-designed database, your application never sees inconsistent, duplicate, orphan, out-of-date, or missing data. MySQL, the most popular Open Source SQL database management system, is developed, ...
https://dev.mysql.com/doc/refman/8.4/en/window-functions-frames.html
(For details about the permitted units specifiers, see the description of the DATE_ADD() function in Section 14.7, “Date and Time Functions”.) RANGE on a numeric or temporal expr requires ORDER BY on a numeric or temporal expression, ... The ...
https://dev.mysql.com/doc/refman/8.4/en/year.html
The YEAR type is a 1-byte type used to represent year values. It can be declared as YEAR with an implicit display width of 4 characters, or equivalently as YEAR(4) with an explicit display width. Note The YEAR(4) data type using an explicit display ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-2-0.html
(WL #11091) Compilation Notes Microsoft Windows: Updated code to compile with the latest MSVC 2022 version, v17.7.2. This fix updates the equality operator used in two files in sql/auth to align with this change. (WL #15655) SQL Function and ...(Bug ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.source.html
The number of remaining binary log files varies depending on the length of the timespan between the last backup and the time to which you want to bring the database up to date. To fix a corruption problem in a replication source database, you can ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-message-logging-options.html
The log file thus produced is named in the following format: MEB_timestamp_operation.log, where operation is the mysqlbackup operation that was run (e.g., backup, apply-log, etc.), and timestamp is the date and time at which the operation was run.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-repository-options.html
When restoring a single-file backup created with the option setting use-tts=with-minimum-locking, the folder specified with --backup-dir is also used for extracting temporarily all the tables in the backup and for performing an apply-log operation ... These options specify various parameters related to the backup image or directory, or to how the backup will be ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-faq.html
This is because the directory backup contains metadata created by mysqlbackup that the MySQL server would not understand; also, the raw backup might be inconsistent and need to be brought up-to-date by an apply-log operation, so that changes made to ... This section lists some common questions about MySQL Enterprise Backup, with answers and pointers to further ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.html
The name of the backup subdirectory is formed from the date and the clock time of the backup run. The mysqlbackup client is an easy-to-use tool for all backup and restore operations. During backup operations, mysqlbackup backs up: All InnoDB tables ...
Displaying 391 to 400 of 411 total results