To rename a MySQL database table, login to phpMyAdmin or MySQL command line, then select the database, run following SQL command
ALTER TABLE TABLE_OLD_NAME RENAME TO TABLE_NEW_NAME;
Example
See MySQL
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Δ
Leave a Reply