Anda dapat mengunci tabel menggunakan LOCK TABLES MySQL perintah seperti ini:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
Lihat:
https://dev.mysql.com/doc/refman /5.5/en/lock-tables.html
Anda dapat mengunci tabel menggunakan LOCK TABLES MySQL perintah seperti ini:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
Lihat:
https://dev.mysql.com/doc/refman /5.5/en/lock-tables.html