SHOW SYNC JOB
Descriptionβ
This command is used to currently display the status of resident data synchronization jobs in all databases.
grammar:
SHOW SYNC JOB [FROM db_name]
Exampleβ
-
Display the status of all data synchronization jobs in the current database.
SHOW SYNC JOB;
-
Display the status of all data synchronization jobs under the database
test_db
.SHOW SYNC JOB FROM `test_db`;
Keywordsβ
SHOW, SYNC, JOB