Bạn có thể khóa bảng bằng cách sử dụng MySQL LOCK TABLES
lệnh như thế này:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
Xem:
http://dev.mysql.com/doc/refman /5.5/en/lock-tables.html
Bạn có thể khóa bảng bằng cách sử dụng MySQL LOCK TABLES
lệnh như thế này:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
Xem:
http://dev.mysql.com/doc/refman /5.5/en/lock-tables.html