针对你遇到的错误信息 [error] [my-011825] [xtrabackup] failed to execute query 'lock instance for backup',这里有几个可能的解决步骤和排查方法: 确认用户权限: 这个错误通常意味着执行 xtrabackup 的MySQL 用户没有足够的权限来执行 LOCK INSTANCE FOR BACKUP 查询。 你需要确保执行 xtrabackup 的MySQL 用...
Bug #113695"MY-011825: Cannot add field xxx in table xxx..." error log message is incorrect Submitted:20 Jan 2024 7:52Modified:22 Jan 2024 14:58 Reporter:Ke Yu(OCA)Email Updates: Status:VerifiedImpact on me: None Category:MySQL Server: DocumentationSeverity:S3 (Non-critical) ...
2023-04-04T00:00:03.205895-00:00 0 [Note] [MY-011825] [Xtrabackup] Connecting to MySQL server host: localhost, user: backup_user_name, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock 2023-04-04T00:00:03.211120-00:00 0 [Note] [MY-011825] [Xtrabackup] Redo Lo...
Percona XtraBackup Error Message¶ If Percona XtraBackup detects that MySQL 8.0.29 server has tables with instant add/drop columns, it aborts with the following error message 2022-07-01T15:18:35.127689+05:30 0 [ERROR] [MY-011825] [Xtrabackup] Found tables with row versions due to INSTANT...
2021-12-08T09:36:40.833351+08:00 44213799 [Note] [MY-011825] [InnoDB] n: 1754693 这是mysql8.0.14版本新增的并行查询特性产生的日志。 上述error log中记录并行扫描聚集索引信息的功能在8.0.20中又被去掉了。 参考文章: