Search Results
https://dev.mysql.com/doc/refman/8.4/en/windows-start-service.html
If mysqld does not start, check the error log to see whether the server wrote any messages there to indicate the cause of the problem. The error log is located in the MySQL data directory (for example, C:\Program Files\MySQL\MySQL Server 8.4\data).
https://dev.mysql.com/doc/refman/8.4/en/xa-restrictions.html
The error ER_XA_REPLICATION_FILTERS is logged whenever an XA transaction is impacted by a replication filter, whether or not the transaction was empty as a result. Undo the XA transaction that generated the error message, then restart replication.
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
To disable it, use --system-command=OFF or --skip-system-command, which causes the system command to be rejected with an error. (Bug #36775910) Some errors raised when referencing external tables were not handled correctly. C API Notes Compilation ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This document contains release notes for the changes in ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-backup.html
To avoid mixing normal informational messages with backup output, the --help message, errors, alerts, and normal informational messages are always printed to standard error stream. The backup operations are the most frequently performed tasks by ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-progress-table-update.html
Rename the original mysql.backup_progress table to mysql.backup_progress_old, and the mysql.backup_progress_new table to mysql.backup_progress. Note If you are working with a multiprimary Group Replication setting, make sure these privileges are ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/bugs.backup.html
However, if the name of the file does not have an extension, it will cause mysqlbackup to throw an error when it tries to restore the backup to a server. Please refer to the MySQL Enterprise Backup 8.4 Release Notes for a list of fixed bugs for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This is the user manual for the MySQL Enterprise Backup ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-change-log-level.html
Accepted values for log_level are the same as for the level option: one of debug, note, info, warning, error, system, or fatal. change log-level [{--hosts=|-h }host_list] log_level site_name host_list: host[,host[,...]] Set the management agent's ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-site.html
If there are any packages referencing hosts belonging to the site, delete site fails with the error Packages exist in site site_name. delete site site_name The delete site command deletes an existing management site. The command does not stop or ...