CANCEL BACKUP
指定されたデータベースで進行中の BACKUP タスクをキャンセルします。
Syntax
CANCEL BACKUP FROM <db_name>
Parameters
| Parameter | Description |
|---|---|
| db_name | BACKUP タスクが属するデータベースの名前。 |
Examples
例 1: データベース example_db の BACKUP タスクをキャンセルします。
CANCEL BACKUP FROM example_db;
AI generated answers are based on docs and other sources. Please test answers in non-production environments.