CREATE TABLE t1 (a int);CREATE TABLE t3 (a int);FLUSH TABLES WITH READ LOCK;RENAME TABLE t1 TO t2, t3 to t4;show tables;Tables_in_testt1t3UNLOCK TABLES;show tables;Tables_in_testt2t4drop table t2, t4;
Loggerhead is a web-based interface for Breezy
Version: 2.0.1