MySQL 提供以下显式锁表语句:LOCK TABLES:用于显式锁表,语法为:LOCK TABLES table_name[AS lock_alias] [mode] [timeout]解锁:使用 ...