Categories

Featured templates

phpMyAdmin. How to backup a database

Norman Fisher July 18, 2012
Rating: 5.0/5. From 3 votes.
Please wait...

This tutorial is going to show you how to export data from your MySQL database using phpMyAdmin. You can find a link to phpMyAdmin in your control panel. It depends on your hosting package, so the directions may differ from the ones you may have in your Cpanel

In order to export your database,

  1. Login to cPanel with the usernale and password you hosting provider gave you.
  2. Find an icon for phpMyAdmin and click on it. 
  3. It is going to take you to phpMyAdmin. The list of available databases will be listed on the left hand side once you get into phpMyAdmin.
  4. Using Ctrl+F you can easily highlight the one you are going to export. Click on it.
  5. Click Export at the top.
  6. Under Export Method you will be suggested to choose between the two options:
  7. Quick export that when clicked allows you to download an .sql file to your computer right away after you click "Go".
  8. Custom export will display all options possible to export the file. Here are the most important ones:
  • under the Tables you can export all tables of your database or select particular ones from the list
  • Under Output you can give a name to your file, choose its character set and compression.
  • Under Format-specific options, make sure structure and data is selected.
  • In Object creation options, check Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT statement
  • You may leave all other settings as they are by default.
  • At the bottom of the page, click Go.
  • You will be prompted to save a file on your computer. Once you do, the backup will be created and saved. It may take several minutes, depending on the size of the database.

That’s it.You can keep the backup and re-import it at any time to restore your database, on this server or any other MySQL server.

Feel free to check the detailed video tutorial below:

phpMyAdmin. How to backup a database
This entry was posted in Hosting FAQ and tagged backup, database, phpMyAdmin. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket