mysql modify the table name

 

// rename table 
the rename Table2 to Table table1;
 // rename multiple tables 
rename table table1 to table2, table3 to table4, table5 to table6;

 

Guess you like

Origin www.cnblogs.com/sea-stream/p/11300474.html