2010年12月8日

摘要: 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)
 
摘要: mkdir db_"`date +%Y%m%d%H:%M:%S`"date(1) - Linux man pageNamedate - print or set the system date and timeSynopsisdate [OPTION]... [+FORMAT]date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]DescriptionDisplay the current time in the given FORMAT, or set the system date.-d, --date=STRING display time 阅读全文
posted @ 2010-12-08 11:24 mustardpeanut 阅读(177) 评论(0) 推荐(0)