How do I rename a table in phpMyAdmin?

Here is a step-by-step for renaming a table:

1. Log into cPanel

2. Click on "MySQL Databases"

3. On the page that loads, click on the "phpMyAdmin" link at the bottom. This should load a new window.

4. In this new window, select the DB that contains the table you want to modify from the drop down menu at the left (in the darker blue).

5. The screen should refresh with all of the tables in that DB. On the table you want to modify, click the Properties button, which is in the "Action" column, and it's the 4th icon from the left (little blue hand with a piece of paper).

6. At the top of the page now click the blue "Operations" link.

7. On the page that loads, the second item should be "rename table to." Enter the new name and hit "Go" This should rename your table.

  • 0 Користувачі, які знайшли це корисним
Ця відповідь Вам допомогла?

Схожі статті

Can I connect to MySQL remotely?

Yes, you can connect to your MySQL database remotely using a client such as MySQL-Front at...

Securing MySQL

Due to differing needs and requirements this is difficult to answer except on a case by case...

How do I create a database in MySQL?

You can create a database via your control panel by clicking on the mySQL icon. When you create...

Does your MySQL server support extended character sets, foreign character sets, and collation sets?

In the control panel's left-hand side of the page, there should be a MySQL version for your...

How do I export and import a mysql db using PHPMyAdmin?

Step 1: Open phpMyAdmin and select the database from where you want to export data and/or...