How to Use PHPMyAdmin to Copy a MySQL Database?
مقالات وأخبار قاعدة المعرفة
How to Use PHPMyAdmin to Copy a MySQL Database?
Copying a MySQL Database
To copy a MySQL database using phpMyAdmin, follow these steps:
- Log in to cPanel.
- In the Databases section of the cPanel home screen, click phpMyAdmin. The phpMyAdmin administration page appears in a new window.
- In the left pane, click the name of the database you want to copy.
- On the top menu bar, click Operations.
- Under Copy database to, in the text box type the name that you want for the new database.
- If you want to copy everything into the new database, select Structure and data. Alternatively, if you only want to copy the database structure, select Structure only, and none of the data will be copied.
- Select the CREATE DATABASE before copying check box.
- Select the Add AUTO_INCREMENT value check box.
- Click Go.
phpMyAdmin creates a new database using the name you specified in step 5, and then does the copy operation. When it finishes, the new database appears in the list of databases in the left panel.
مقالات
7 مقالات- How to Access phpMyAdmin in cPanel?
- How to Change MySQL DB Collation Settings using PHPMyAdmin?
- How to Configure Remote MySQL Access in CPanel?
- How to Manage MySQL Databases and Users in cPanel?
- How to Optimize and Repair MySQL Databases using PHPMyAdmin?
- How to Use PHPMyAdmin to Copy a MySQL Database?
- What is Database & PHPmyAdmin?