UNLOCK TABLES
Releases all table locks on all databases in the workspace.
After the locks are released, any previously blocked transactions resume.
Syntax
UNLOCK TABLES [ON db_name];
Arguments
db_name
: name of the database
Example
UNLOCK TABLES;
Releases all table locks on all databases in the workspace.
After the locks are released, any previously blocked transactions resume.
UNLOCK TABLES [ON db_name];
db_name
: name of the database
UNLOCK TABLES;