No Renaming Tables feature in phpMyAdmin
Quick tip. The feature is not (yet) supported in phpMyAdmin but you can easily make the change by simply issuing this sql statement. RENAME TABLE old_table TO new_table Update On phpMyAdmin select a table then go to Operations, Under Table Options you would see Rename Table to feature.