mysql rename table

RENAME TABLE old_table TO backup_table, new_table TO old_table;

source

Leave a Reply