摘要:
USE databasename;FLUSH TABLES WITH READ LOCK;/* alternatively lock a single table:LOCK TABLES customers READ; *//* running my backup */UNLOCK TABLES; 阅读全文
posted @ 2010-12-08 11:30
mustardpeanut
阅读(241)
评论(0)
推荐(0)