MySQL Rename table

How to rename a table in MySQL

RENAME TABLE changes the name of a table or tables. You need CREATE and INSERT privileges for the new table and ALTER and DROP privileges for the original table.