2008-08-07 mysqlでテーブルをロックする PHP mysqlでテーブルをロックするmysql_query("LOCK TABLES peke WRITE"); $result = mysql_query("select * from peke"); mysql_query("UNLOCK TABLES");