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