MySQLのLOCK TABLESを使用してテーブルをロックできます このようなコマンド:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
参照:
https://dev.mysql.com/doc/refman /5.5/en/lock-tables.html
MySQLのLOCK TABLESを使用してテーブルをロックできます このようなコマンド:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
参照:
https://dev.mysql.com/doc/refman /5.5/en/lock-tables.html