Bluehost Web Hosting Help
How To Copy A Database Using PHPMyAdmin
This tutorial will demonstrate how to copy or duplicate a database in phpMyAdmin.
Begin by accessing phpMyAdmin via cPanel .
- Select the database you wish to copy (by clicking on the database from the phpMyAdmin home screen).
- Once inside the database, select the Operations tab.
- Scroll down to the section where it says "Copy database to:"
- Type in the name of the new database.
- Select "structure and data" to copy everything. Alternately, you can select "Structure only" if you want the columns but not the data.
- Check the box "CREATE DATABASE before copying" to create a new database.
- Check the box "Add AUTO_INCREMENT value."
- Click on the Go button to proceed.
If you click on the home icon, you will notice your new database listed in the left column. If you go inside, you will see the database is a copy of the previous database.
Recommended Help Content
Import a MySQL Database using phpMyAdmin
How do I import a backup of my database (.sql file) using phpMyAdmin?
Dropping columns from a database table using PhpMyAdmin
A tutorial on how to perminately delete columns from your 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
Modifying table columns - phpMyAdmin
A step by step guide on how to manipulate data in your mySQL tables using phpMyAdmin
How To Rename Database Tables in PHPMyAdmin
This article will show you how to rename a database table in phpMyAdmin.
Searching a database in PhpMyAdmin
Step by step directions on how you can search your database using phpMyAdmin
How To Run SQL Queries in PHPMyAdmin
A guide on performing a standard SQL query using the phpMyAdmin interface
How to Copy or Rename a Database
This article will walk you through the steps to copying and renaming a database with phpMyAdmin.
How to Create and Delete MySQL Databases and Users
This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.
MySQL Database Restore
How to Restore your MySQL Database?
Adding a column to a db table in phpMyAdmin
Instructions on adding a column to your database in phpMyAdmin