Du kan låsa tabeller med MySQL LOCK TABLES
kommandot så här:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
Se:
http://dev.mysql.com/doc/refman /5.5/en/lock-tables.html
Du kan låsa tabeller med MySQL LOCK TABLES
kommandot så här:
LOCK TABLES tablename WRITE;
# Do other queries here
UNLOCK TABLES;
Se:
http://dev.mysql.com/doc/refman /5.5/en/lock-tables.html