LOCK TABLES tbl_name [[AS] alias] lock_type
lock_type: READ | WRITE
UNLOCK TABLES
lock tables test_table read; unlock tables;