- Log into your cPanel and click the phpMyAdmin icon under the Databases heading.
- Select database to export Click on the database you are working with in the left menu
- Click on Export option Click Export in the tabs along the top of the screen.
- Export method The export option that we are providing instructions for is the Quick method. Click on the radial button for Quick. If you want more complete control, then click on Custom. You will need to be familiar with the exporting MySQL databases in order to use these options. If you are not, then please consult with an experienced database administrator or developer.
- Select the file format Next, you will need to click on the format of the export file. By default, it should be on SQL, so you don't need to change anything.
- Click on go Click on the Go button in order to perform the export.
- You will be prompted to either open or save the file. Please select the option to save the file and then save the somewhere you'll remember (such as directly on your desktop).
When you export a database, you are creating a backup file of the database. This backup file is usually a .sql file (a text file), and can be used to copy and import the database onto another server. In this article we'll show you how to export your database.
