Bluehost Web Hosting Help

How to Copy or Rename a Database

How to Copy a Database

To copy a database you will need to export the original database, and then import it into a new database.

How to Export the Original Database

  1. Go to phpMyAdmin
  2. Click on the existing database on the left sidebar
  3. Click Export at the top
  4. Click the "Save on server in the directory" checkbox, and click Go
  5. This will save a .sql file to a temporary folder on your account.

How to Import onto a New Database

  1. Create a new database in cPanel
  2. Go to phpMyAdmin
  3. Click the new database name in the top left
  4. Click Import in the main area of phpMyAdmin
  5. Click the radio button "Select from the web server upload directory /home/USERNAME/tmp/:"
  6. Select the database you imported earlier from the drop down box and click Go
Note: phpMyAdmin will timeout after 30 seconds of attempting to import.

If you experience this timeout you will need to import your database using SSH. Instructions for that can be found at Bluehost.com/hosting/help/162



For security reasons, it's best to upload your database to the /home/USERNAME section of your account. (Replace USERNAME with your account username.)


Renaming a Database

Unfortunately, the only way to rename a database is to follow the above direction and import the database to a new, empty database with the desired name.

Knowledgebase Article 153,506 views bookmark tags: database phpmyadmin


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

How To Rename Database Tables in PHPMyAdmin

This article will show you how to rename a database table in phpMyAdmin.

How To Copy A Database Using PHPMyAdmin

A guide to duplicating a MySQL database using phpMyAdmin

Managing Your DB Using phpmyadmin

A repository of information on how you can manage your database by using the phpMyAdmin interface.

Related Help Content

Import a MySQL Database using phpMyAdmin

How do I import a backup of my database (.sql file) using phpMyAdmin?

Searching a database in PhpMyAdmin

Step by step directions on how you can search your database using phpMyAdmin

Dropping columns from a database table using PhpMyAdmin

A tutorial on how to perminately delete columns from your mySQL database using phpMyAdmin

File Manager - How to Copy and Move Files

This article will walk you through copying and moving files using the File Manager.

How to Add Tables to a DB in PhpMyAdmin

Guidance on adding tables to your mySQL database in phpMyAdmin

MySQL Database Restore

How to Restore your MySQL Database?

MySQL Export (.sql file) with PhpMyAdmin

How to export your database in phpMyAdmin..

MySQL Repair and Optimize Tables in phpMyAdmin

How to repair and optimize your database using phpMyAdmin: