Możesz zablokować tabele za pomocą MySQL LOCK TABLES
polecenie w ten sposób:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
Zobacz:
http://dev.mysql.com/doc/refman /5.5/pl/lock-tables.html
Możesz zablokować tabele za pomocą MySQL LOCK TABLES
polecenie w ten sposób:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
Zobacz:
http://dev.mysql.com/doc/refman /5.5/pl/lock-tables.html