Renaming table using MySQL ALTER TABLE statement
You can use the ALTER TABLE statement to rename a table. Notice that before renaming a table, you should take a serious consideration to see if the change impacts both database and application layers.
The following statement renames the tasks table to work_items :