How to Rename a Database in MySQL|Rename Mysql Database

In MySQL there is no support for database renaming.
But phpMyAdmin allows you to change the name of the database


Renaming the Database Steps:

1.Open phpMyAdmin.
2. Click on the database you wish to rename in the left hand column.
3. Click on the Operations tab.
4. Where it says "Rename database to:" enter the new database name.
5. Click the Go button.
6. When it asks you to want to create the new database and drop the old database, 
click OK to proceed. Once the operation is complete, click OK when asked if you want to reload the database.

Video Tutorial:

Post a Comment

0 Comments